Html Css Color HEX #299CFC Dodger Blue

📋 copy color: '#299CFC'

red 41 ◦ green 156 ◦ blue 252

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

Shades of Dodger Blue #299CFC

Tints of Dodger Blue #299CFC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.74%

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

R = 9.13%
G = 34.74%
B = 56.12%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#299CFC (or 0x299CFC) is known color: Dodger Blue. HEX triplet: 29, 9C and FC. RGB value is (41,156,252). Sum of RGB (Red+Green+Blue) = 41+156+252=449 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.13% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #299CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299CFC is #D66303. Grayscale: #848484. Windows color (decimal): -14050052 or 16555049. OLE color: 16555049.

HSL color Cylindrical-coordinate representation of color #299CFC: hue angle of 207.3º 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 #299CFC is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 41 156 252 -
CMYK 0.84 0.38 0 0.01
HSL 207.3º 0.97% 0.57% -
HSV(B) 207.3º 0.84% 0.99% -
XYZ 30.37 31.28 96.53 -
YUV 132.56 195.4 62.69 -
System Red Green Blue C M Y K H S L
Decimal 41 156 252 0.84 0.38 0 0.01 207.3 0.97 0.57
Hex 29 9C FC 54 26 0 1 CF 61 39
Octal 51 234 374 124 46 0 1 317 141 71
Binary 101001 10011100 11111100 1010100 100110 0 1 11001111 1100001 111001

Color Harmonies of #299CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299CFC

Black with #299CFC

Text Example


Text Example

White with #299CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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