Html Css Color HEX #2B99EF Dodger Blue

📋 copy color: '#2B99EF'

red 43 ◦ green 153 ◦ blue 239

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

Shades of Dodger Blue #2B99EF

Tints of Dodger Blue #2B99EF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.17%

 BLUE value IS 239 (93.75% from 255) = 54.94%

R = 9.89%
G = 35.17%
B = 54.94%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2B99EF (or 0x2B99EF) is known color: Dodger Blue. HEX triplet: 2B, 99 and EF. RGB value is (43,153,239). Sum of RGB (Red+Green+Blue) = 43+153+239=435 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.89% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #2B99EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B99EF is #D46610. Grayscale: #818181. Windows color (decimal): -13919761 or 15702315. OLE color: 15702315.

HSL color Cylindrical-coordinate representation of color #2B99EF: hue angle of 206.33º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B99EF is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 43 153 239 -
CMYK 0.82 0.36 0 0.06
HSL 206.33º 0.86% 0.55% -
HSV(B) 206.33º 0.82% 0.94% -
XYZ 27.97 29.53 85.89 -
YUV 129.91 189.56 66.01 -
System Red Green Blue C M Y K H S L
Decimal 43 153 239 0.82 0.36 0 0.06 206.33 0.86 0.55
Hex 2B 99 EF 52 24 0 6 CE 56 37
Octal 53 231 357 122 44 0 6 316 126 67
Binary 101011 10011001 11101111 1010010 100100 0 110 11001110 1010110 110111

Color Harmonies of #2B99EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B99EF

Black with #2B99EF

Text Example


Text Example

White with #2B99EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,153,239); }

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

background-color css

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

 a { background-color: rgb(43,153,239); }

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

border-color css

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

 span { border-color: rgb(43,153,239); }

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