Html Css Color HEX #299CEB Dodger Blue

📋 copy color: '#299CEB'

red 41 ◦ green 156 ◦ blue 235

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

Shades of Dodger Blue #299CEB

Tints of Dodger Blue #299CEB

RGB

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

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

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

R = 9.49%
G = 36.11%
B = 54.4%

CMYK

 C value IS 0.83

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#299CEB (or 0x299CEB) is known color: Dodger Blue. HEX triplet: 29, 9C and EB. RGB value is (41,156,235). Sum of RGB (Red+Green+Blue) = 41+156+235=432 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.49% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #299CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299CEB is #D66314. Grayscale: #828282. Windows color (decimal): -14050069 or 15440937. OLE color: 15440937.

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

Color convert

RGB 41 156 235 -
CMYK 0.83 0.34 0 0.08
HSL 204.43º 0.83% 0.54% -
HSV(B) 204.43º 0.83% 0.92% -
XYZ 27.8 30.25 82.97 -
YUV 130.62 186.9 64.08 -
System Red Green Blue C M Y K H S L
Decimal 41 156 235 0.83 0.34 0 0.08 204.43 0.83 0.54
Hex 29 9C EB 53 22 0 8 CC 53 36
Octal 51 234 353 123 42 0 10 314 123 66
Binary 101001 10011100 11101011 1010011 100010 0 1000 11001100 1010011 110110

Color Harmonies of #299CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299CEB

Black with #299CEB

Text Example


Text Example

White with #299CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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