Html Css Color HEX #0499FC Dodger Blue

📋 copy color: '#0499FC'

red 4 ◦ green 153 ◦ blue 252

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

Shades of Dodger Blue #0499FC

Tints of Dodger Blue #0499FC

RGB

 RED value IS 4 (1.95% from 255) = 0.98%

 GREEN value IS 153 (60.16% from 255) = 37.41%

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

R = 0.98%
G = 37.41%
B = 61.61%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0499FC (or 0x0499FC) is known color: Dodger Blue. HEX triplet: 04, 99 and FC. RGB value is (4,153,252). Sum of RGB (Red+Green+Blue) = 4+153+252=409 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.98% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #0499FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0499FC is #FB6603. Grayscale: #777777. Windows color (decimal): -16475652 or 16554244. OLE color: 16554244.

HSL color Cylindrical-coordinate representation of color #0499FC: hue angle of 203.95º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0499FC is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 4 153 252 -
CMYK 0.98 0.39 0 0.01
HSL 203.95º 0.98% 0.5% -
HSV(B) 203.95º 0.98% 0.99% -
XYZ 29.01 29.84 96.33 -
YUV 119.74 202.64 45.45 -
System Red Green Blue C M Y K H S L
Decimal 4 153 252 0.98 0.39 0 0.01 203.95 0.98 0.5
Hex 4 99 FC 62 27 0 1 CC 62 32
Octal 4 231 374 142 47 0 1 314 142 62
Binary 100 10011001 11111100 1100010 100111 0 1 11001100 1100010 110010

Color Harmonies of #0499FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0499FC

Black with #0499FC

Text Example


Text Example

White with #0499FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0499FC; }

 p { color: rgb(4,153,252); }

 H1.HeaderClassName
 {
   color: #0499FC;
 }
 .AnyTagClassName
 {
   color: #0499FC;
 }
</style>

background-color css

<style>
 a { background-color: #0499FC; }

 a { background-color: rgb(4,153,252); }

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

border-color css

<style>
 span { border-color: #0499FC; }

 span { border-color: rgb(4,153,252); }

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