Html Css Color HEX #299EEB Dodger Blue

📋 copy color: '#299EEB'

red 41 ◦ green 158 ◦ blue 235

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

Shades of Dodger Blue #299EEB

Tints of Dodger Blue #299EEB

RGB

 RED value IS 41 (16.41% from 255) = 9.45%

 GREEN value IS 158 (62.11% from 255) = 36.41%

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

R = 9.45%
G = 36.41%
B = 54.15%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#299EEB (or 0x299EEB) is known color: Dodger Blue. HEX triplet: 29, 9E and EB. RGB value is (41,158,235). Sum of RGB (Red+Green+Blue) = 41+158+235=434 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.45% from 434); Green value is 158 (62.11% from 255 or 36.41% 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 #299EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299EEB is #D66114. Grayscale: #838383. Windows color (decimal): -14049557 or 15441449. OLE color: 15441449.

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

Color convert

RGB 41 158 235 -
CMYK 0.83 0.33 0 0.08
HSL 203.81º 0.83% 0.54% -
HSV(B) 203.81º 0.83% 0.92% -
XYZ 28.14 30.92 83.08 -
YUV 131.8 186.24 63.24 -
System Red Green Blue C M Y K H S L
Decimal 41 158 235 0.83 0.33 0 0.08 203.81 0.83 0.54
Hex 29 9E EB 53 21 0 8 CC 53 36
Octal 51 236 353 123 41 0 10 314 123 66
Binary 101001 10011110 11101011 1010011 100001 0 1000 11001100 1010011 110110

Color Harmonies of #299EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299EEB

Black with #299EEB

Text Example


Text Example

White with #299EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299EEB; }

 p { color: rgb(41,158,235); }

 H1.HeaderClassName
 {
   color: #299EEB;
 }
 .AnyTagClassName
 {
   color: #299EEB;
 }
</style>

background-color css

<style>
 a { background-color: #299EEB; }

 a { background-color: rgb(41,158,235); }

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

border-color css

<style>
 span { border-color: #299EEB; }

 span { border-color: rgb(41,158,235); }

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