Html Css Color HEX #299FEC Dodger Blue

📋 copy color: '#299FEC'

red 41 ◦ green 159 ◦ blue 236

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

Shades of Dodger Blue #299FEC

Tints of Dodger Blue #299FEC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.47%

 BLUE value IS 236 (92.58% from 255) = 54.13%

R = 9.4%
G = 36.47%
B = 54.13%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#299FEC (or 0x299FEC) is known color: Dodger Blue. HEX triplet: 29, 9F and EC. RGB value is (41,159,236). Sum of RGB (Red+Green+Blue) = 41+159+236=436 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.40% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #299FEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299FEC is #D66013. Grayscale: #848484. Windows color (decimal): -14049300 or 15507241. OLE color: 15507241.

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

Color convert

RGB 41 159 236 -
CMYK 0.83 0.33 0 0.07
HSL 203.69º 0.84% 0.54% -
HSV(B) 203.69º 0.83% 0.93% -
XYZ 28.45 31.32 83.9 -
YUV 132.5 186.41 62.74 -
System Red Green Blue C M Y K H S L
Decimal 41 159 236 0.83 0.33 0 0.07 203.69 0.84 0.54
Hex 29 9F EC 53 21 0 7 CC 54 36
Octal 51 237 354 123 41 0 7 314 124 66
Binary 101001 10011111 11101100 1010011 100001 0 111 11001100 1010100 110110

Color Harmonies of #299FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299FEC

Black with #299FEC

Text Example


Text Example

White with #299FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,159,236); }

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

background-color css

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

 a { background-color: rgb(41,159,236); }

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

border-color css

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

 span { border-color: rgb(41,159,236); }

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