Html Css Color HEX #2B9CEA Dodger Blue

📋 copy color: '#2B9CEA'

red 43 ◦ green 156 ◦ blue 234

#2B9CEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #2B9CEA

Tints of Dodger Blue #2B9CEA

RGB

 RED value IS 43 (17.19% from 255) = 9.93%

 GREEN value IS 156 (61.33% from 255) = 36.03%

 BLUE value IS 234 (91.8% from 255) = 54.04%

R = 9.93%
G = 36.03%
B = 54.04%

CMYK

 C value IS 0.82

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2B9CEA (or 0x2B9CEA) is known color: Dodger Blue. HEX triplet: 2B, 9C and EA. RGB value is (43,156,234). Sum of RGB (Red+Green+Blue) = 43+156+234=433 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.93% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #2B9CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B9CEA is #D46315. Grayscale: #828282. Windows color (decimal): -13918998 or 15375403. OLE color: 15375403.

HSL color Cylindrical-coordinate representation of color #2B9CEA: hue angle of 204.5º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B9CEA is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 43 156 234 -
CMYK 0.82 0.33 0 0.08
HSL 204.5º 0.82% 0.54% -
HSV(B) 204.5º 0.82% 0.92% -
XYZ 27.74 30.23 82.22 -
YUV 131.11 186.06 65.16 -
System Red Green Blue C M Y K H S L
Decimal 43 156 234 0.82 0.33 0 0.08 204.5 0.82 0.54
Hex 2B 9C EA 52 21 0 8 CD 52 36
Octal 53 234 352 122 41 0 10 315 122 66
Binary 101011 10011100 11101010 1010010 100001 0 1000 11001101 1010010 110110

Color Harmonies of #2B9CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9CEA

Black with #2B9CEA

Text Example


Text Example

White with #2B9CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,156,234); }

 H1.HeaderClassName
 {
   color: #2B9CEA;
 }
 .AnyTagClassName
 {
   color: #2B9CEA;
 }
</style>

background-color css

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

 a { background-color: rgb(43,156,234); }

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

border-color css

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

 span { border-color: rgb(43,156,234); }

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