Html Css Color HEX #2B9CEB Dodger Blue

📋 copy color: '#2B9CEB'

red 43 ◦ green 156 ◦ blue 235

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

Shades of Dodger Blue #2B9CEB

Tints of Dodger Blue #2B9CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.15%

R = 9.91%
G = 35.94%
B = 54.15%

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

#2B9CEB (or 0x2B9CEB) is known color: Dodger Blue. HEX triplet: 2B, 9C and EB. RGB value is (43,156,235). Sum of RGB (Red+Green+Blue) = 43+156+235=434 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.91% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #2B9CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B9CEB is #D46314. Grayscale: #828282. Windows color (decimal): -13918997 or 15440939. OLE color: 15440939.

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

Color convert

RGB 43 156 235 -
CMYK 0.82 0.34 0 0.08
HSL 204.69º 0.83% 0.55% -
HSV(B) 204.69º 0.82% 0.92% -
XYZ 27.88 30.29 82.97 -
YUV 131.22 186.56 65.08 -
System Red Green Blue C M Y K H S L
Decimal 43 156 235 0.82 0.34 0 0.08 204.69 0.83 0.55
Hex 2B 9C EB 52 22 0 8 CD 53 37
Octal 53 234 353 122 42 0 10 315 123 67
Binary 101011 10011100 11101011 1010010 100010 0 1000 11001101 1010011 110111

Color Harmonies of #2B9CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9CEB

Black with #2B9CEB

Text Example


Text Example

White with #2B9CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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