Html Css Color HEX #299AF4 Dodger Blue

📋 copy color: '#299AF4'

red 41 ◦ green 154 ◦ blue 244

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

Shades of Dodger Blue #299AF4

Tints of Dodger Blue #299AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 55.58%

R = 9.34%
G = 35.08%
B = 55.58%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#299AF4 (or 0x299AF4) is known color: Dodger Blue. HEX triplet: 29, 9A and F4. RGB value is (41,154,244). Sum of RGB (Red+Green+Blue) = 41+154+244=439 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.34% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 244 (95.70% from 255 or 55.58% from 439); Max value from RGB is 244 - color contains mainly: blue. Hex color #299AF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299AF4 is #D6650B. Grayscale: #828282. Windows color (decimal): -14050572 or 16030249. OLE color: 16030249.

HSL color Cylindrical-coordinate representation of color #299AF4: hue angle of 206.6º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #299AF4 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 41 154 244 -
CMYK 0.83 0.37 0 0.04
HSL 206.6º 0.9% 0.56% -
HSV(B) 206.6º 0.83% 0.96% -
XYZ 28.8 30.11 89.88 -
YUV 130.47 192.06 64.18 -
System Red Green Blue C M Y K H S L
Decimal 41 154 244 0.83 0.37 0 0.04 206.6 0.9 0.56
Hex 29 9A F4 53 25 0 4 CF 5A 38
Octal 51 232 364 123 45 0 4 317 132 70
Binary 101001 10011010 11110100 1010011 100101 0 100 11001111 1011010 111000

Color Harmonies of #299AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299AF4

Black with #299AF4

Text Example


Text Example

White with #299AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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