Html Css Color HEX #299BEC Dodger Blue

📋 copy color: '#299BEC'

red 41 ◦ green 155 ◦ blue 236

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

Shades of Dodger Blue #299BEC

Tints of Dodger Blue #299BEC

RGB

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

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

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

R = 9.49%
G = 35.88%
B = 54.63%

CMYK

 C value IS 0.83

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#299BEC (or 0x299BEC) is known color: Dodger Blue. HEX triplet: 29, 9B and EC. RGB value is (41,155,236). Sum of RGB (Red+Green+Blue) = 41+155+236=432 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.49% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #299BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299BEC is #D66413. Grayscale: #818181. Windows color (decimal): -14050324 or 15506217. OLE color: 15506217.

HSL color Cylindrical-coordinate representation of color #299BEC: hue angle of 204.92º 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 #299BEC is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 155 236 -
CMYK 0.83 0.34 0 0.07
HSL 204.92º 0.84% 0.54% -
HSV(B) 204.92º 0.83% 0.93% -
XYZ 27.78 29.97 83.68 -
YUV 130.15 187.73 64.41 -
System Red Green Blue C M Y K H S L
Decimal 41 155 236 0.83 0.34 0 0.07 204.92 0.84 0.54
Hex 29 9B EC 53 22 0 7 CD 54 36
Octal 51 233 354 123 42 0 7 315 124 66
Binary 101001 10011011 11101100 1010011 100010 0 111 11001101 1010100 110110

Color Harmonies of #299BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299BEC

Black with #299BEC

Text Example


Text Example

White with #299BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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