#2C96F1

Color #2C96F1 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #2C96F1

Tints of Dodger Blue #2C96F1

Color information

#2C96F1 (or 0x2C96F1) is unknown color: approx Dodger Blue. HEX triplet: 2C, 96 and F1. RGB value is (44,150,241). Sum of RGB (Red+Green+Blue) = 44+150+241=435 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.11% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 241 (94.53% from 255 or 55.40% from 435); Max value from RGB is 241 - color contains mainly: blue. Hex color #2C96F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2C96F1 is #D3690E. Grayscale: #808080. Windows color (decimal): -13854991 or 15832620. OLE color: 15832620.

HSL color Cylindrical-coordinate representation of color #2C96F1: hue angle of 207.72º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C96F1 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB44150241-
CMYK0.820.3800.05
HSL207.72º87.56%55.88%-
HSV(B)207.72º81.74%94.51%-
XYZ27.8228.787.29-
YUV128.68191.3867.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 10.11%
GREEN value IS 150 (58.98% from 255) = 34.48%
BLUE value IS 241 (94.53% from 255) = 55.40%
R=10.11%
G=34.48%
B=55.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal441502410.820.3800.05207.7287.5655.88
Hex2C96F1522605d05838
Octal54226361122460532013070
Binary101100100101101111000110100101001100101110100001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C96F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C96F1; }

 p { color: rgb(44,150,241); }

 H1.HeaderClassName
 {
   color: #2C96F1;
 }
 .AnyTagClassName
 {
   color: #2C96F1;
 }
</style>
background-color css

<style>
 a { background-color: #2C96F1; }

 a { background-color: rgb(44,150,241); }

 div.DivClassName
 {
   background-color: #2C96F1;
 }
 .BgClassName
 {
   background-color: #2C96F1;
 }
</style>
border-color css

<style>
 span { border-color: #2C96F1; }

 span { border-color: rgb(44,150,241); }

 td.TdClassName
 {
   border-color: #2C96F1;
 }
 .TagClassName
 {
   border-color: #2C96F1;
 }
</style>