Html Css Color HEX #299AF9 Dodger Blue

📋 copy color: '#299AF9'

red 41 ◦ green 154 ◦ blue 249

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

Shades of Dodger Blue #299AF9

Tints of Dodger Blue #299AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 56.08%

R = 9.23%
G = 34.68%
B = 56.08%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#299AF9 (or 0x299AF9) is known color: Dodger Blue. HEX triplet: 29, 9A and F9. RGB value is (41,154,249). Sum of RGB (Red+Green+Blue) = 41+154+249=444 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.23% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 249 (97.66% from 255 or 56.08% from 444); Max value from RGB is 249 - color contains mainly: blue. Hex color #299AF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299AF9 is #D66506. Grayscale: #828282. Windows color (decimal): -14050567 or 16357929. OLE color: 16357929.

HSL color Cylindrical-coordinate representation of color #299AF9: hue angle of 207.4º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #299AF9 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 154 249 -
CMYK 0.84 0.38 0 0.02
HSL 207.4º 0.95% 0.57% -
HSV(B) 207.4º 0.84% 0.98% -
XYZ 29.57 30.42 93.94 -
YUV 131.04 194.56 63.78 -
System Red Green Blue C M Y K H S L
Decimal 41 154 249 0.84 0.38 0 0.02 207.4 0.95 0.57
Hex 29 9A F9 54 26 0 2 CF 5F 39
Octal 51 232 371 124 46 0 2 317 137 71
Binary 101001 10011010 11111001 1010100 100110 0 10 11001111 1011111 111001

Color Harmonies of #299AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299AF9

Black with #299AF9

Text Example


Text Example

White with #299AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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