Html Css Color HEX #299AF8 Dodger Blue

📋 copy color: '#299AF8'

red 41 ◦ green 154 ◦ blue 248

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

Shades of Dodger Blue #299AF8

Tints of Dodger Blue #299AF8

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.76%

 BLUE value IS 248 (97.27% from 255) = 55.98%

R = 9.26%
G = 34.76%
B = 55.98%

CMYK

 C value IS 0.83

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#299AF8 (or 0x299AF8) is known color: Dodger Blue. HEX triplet: 29, 9A and F8. RGB value is (41,154,248). Sum of RGB (Red+Green+Blue) = 41+154+248=443 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.26% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 248 (97.27% from 255 or 55.98% from 443); Max value from RGB is 248 - color contains mainly: blue. Hex color #299AF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299AF8 is #D66507. Grayscale: #828282. Windows color (decimal): -14050568 or 16292393. OLE color: 16292393.

HSL color Cylindrical-coordinate representation of color #299AF8: hue angle of 207.25º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #299AF8 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 41 154 248 -
CMYK 0.83 0.38 0 0.03
HSL 207.25º 0.94% 0.57% -
HSV(B) 207.25º 0.83% 0.97% -
XYZ 29.41 30.36 93.12 -
YUV 130.93 194.06 63.86 -
System Red Green Blue C M Y K H S L
Decimal 41 154 248 0.83 0.38 0 0.03 207.25 0.94 0.57
Hex 29 9A F8 53 26 0 3 CF 5E 39
Octal 51 232 370 123 46 0 3 317 136 71
Binary 101001 10011010 11111000 1010011 100110 0 11 11001111 1011110 111001

Color Harmonies of #299AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299AF8

Black with #299AF8

Text Example


Text Example

White with #299AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,154,248); }

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

background-color css

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

 a { background-color: rgb(41,154,248); }

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

border-color css

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

 span { border-color: rgb(41,154,248); }

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