Html Css Color HEX #299FFF Dodger Blue

📋 copy color: '#299FFF'

red 41 ◦ green 159 ◦ blue 255

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

Shades of Dodger Blue #299FFF

Tints of Dodger Blue #299FFF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.95%

 BLUE value IS 255 (100% from 255) = 56.04%

R = 9.01%
G = 34.95%
B = 56.04%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#299FFF (or 0x299FFF) is known color: Dodger Blue. HEX triplet: 29, 9F and FF. RGB value is (41,159,255). Sum of RGB (Red+Green+Blue) = 41+159+255=455 (60% of max value = 765). Red value is 41 (16.41% from 255 or 9.01% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #299FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299FFF is #D66000. Grayscale: #868686. Windows color (decimal): -14049281 or 16752425. OLE color: 16752425.

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

Color convert

RGB 41 159 255 -
CMYK 0.84 0.38 0 0
HSL 206.92º 1% 0.58% -
HSV(B) 206.92º 0.84% 1% -
XYZ 31.36 32.49 99.23 -
YUV 134.66 195.91 61.19 -
System Red Green Blue C M Y K H S L
Decimal 41 159 255 0.84 0.38 0 0 206.92 1 0.58
Hex 29 9F FF 54 26 0 0 CF 64 3A
Octal 51 237 377 124 46 0 0 317 144 72
Binary 101001 10011111 11111111 1010100 100110 0 0 11001111 1100100 111010

Color Harmonies of #299FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299FFF

Black with #299FFF

Text Example


Text Example

White with #299FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,159,255); }

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

background-color css

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

 a { background-color: rgb(41,159,255); }

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

border-color css

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

 span { border-color: rgb(41,159,255); }

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