Html Css Color HEX #2B9BEA Dodger Blue

📋 copy color: '#2B9BEA'

red 43 ◦ green 155 ◦ blue 234

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

Shades of Dodger Blue #2B9BEA

Tints of Dodger Blue #2B9BEA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.88%

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

R = 9.95%
G = 35.88%
B = 54.17%

CMYK

 C value IS 0.82

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2B9BEA (or 0x2B9BEA) is known color: Dodger Blue. HEX triplet: 2B, 9B and EA. RGB value is (43,155,234). Sum of RGB (Red+Green+Blue) = 43+155+234=432 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.95% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #2B9BEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B9BEA is #D46415. Grayscale: #828282. Windows color (decimal): -13919254 or 15375147. OLE color: 15375147.

HSL color Cylindrical-coordinate representation of color #2B9BEA: hue angle of 204.82º 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 #2B9BEA is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 43 155 234 -
CMYK 0.82 0.34 0 0.08
HSL 204.82º 0.82% 0.54% -
HSV(B) 204.82º 0.82% 0.92% -
XYZ 27.57 29.9 82.16 -
YUV 130.52 186.39 65.58 -
System Red Green Blue C M Y K H S L
Decimal 43 155 234 0.82 0.34 0 0.08 204.82 0.82 0.54
Hex 2B 9B EA 52 22 0 8 CD 52 36
Octal 53 233 352 122 42 0 10 315 122 66
Binary 101011 10011011 11101010 1010010 100010 0 1000 11001101 1010010 110110

Color Harmonies of #2B9BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9BEA

Black with #2B9BEA

Text Example


Text Example

White with #2B9BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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