Html Css Color HEX #299FFC Dodger Blue

📋 copy color: '#299FFC'

red 41 ◦ green 159 ◦ blue 252

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

Shades of Dodger Blue #299FFC

Tints of Dodger Blue #299FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.75%

R = 9.07%
G = 35.18%
B = 55.75%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#299FFC (or 0x299FFC) is known color: Dodger Blue. HEX triplet: 29, 9F and FC. RGB value is (41,159,252). Sum of RGB (Red+Green+Blue) = 41+159+252=452 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.07% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #299FFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299FFC is #D66003. Grayscale: #858585. Windows color (decimal): -14049284 or 16555817. OLE color: 16555817.

HSL color Cylindrical-coordinate representation of color #299FFC: hue angle of 206.45º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #299FFC is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 41 159 252 -
CMYK 0.84 0.37 0 0.01
HSL 206.45º 0.97% 0.57% -
HSV(B) 206.45º 0.84% 0.99% -
XYZ 30.88 32.3 96.7 -
YUV 134.32 194.41 61.44 -
System Red Green Blue C M Y K H S L
Decimal 41 159 252 0.84 0.37 0 0.01 206.45 0.97 0.57
Hex 29 9F FC 54 25 0 1 CE 61 39
Octal 51 237 374 124 45 0 1 316 141 71
Binary 101001 10011111 11111100 1010100 100101 0 1 11001110 1100001 111001

Color Harmonies of #299FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299FFC

Black with #299FFC

Text Example


Text Example

White with #299FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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