Html Css Color HEX #046AFC Dodger Blue

📋 copy color: '#046AFC'

red 4 ◦ green 106 ◦ blue 252

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

Shades of Dodger Blue #046AFC

Tints of Dodger Blue #046AFC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.28%

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

R = 1.1%
G = 29.28%
B = 69.61%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#046AFC (or 0x046AFC) is known color: Dodger Blue. HEX triplet: 04, 6A and FC. RGB value is (4,106,252). Sum of RGB (Red+Green+Blue) = 4+106+252=362 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 252 (98.83% from 255 or 69.61% from 362); Max value from RGB is 252 - color contains mainly: blue. Hex color #046AFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046AFC is #FB9503. Grayscale: #5B5B5B. Windows color (decimal): -16487684 or 16542212. OLE color: 16542212.

HSL color Cylindrical-coordinate representation of color #046AFC: hue angle of 215.32º 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 #046AFC is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 4 106 252 -
CMYK 0.98 0.58 0 0.01
HSL 215.32º 0.98% 0.5% -
HSV(B) 215.32º 0.98% 0.99% -
XYZ 22.77 17.36 94.25 -
YUV 92.15 218.21 65.13 -
System Red Green Blue C M Y K H S L
Decimal 4 106 252 0.98 0.58 0 0.01 215.32 0.98 0.5
Hex 4 6A FC 62 3A 0 1 D7 62 32
Octal 4 152 374 142 72 0 1 327 142 62
Binary 100 1101010 11111100 1100010 111010 0 1 11010111 1100010 110010

Color Harmonies of #046AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046AFC

Black with #046AFC

Text Example


Text Example

White with #046AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046AFC; }

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

 H1.HeaderClassName
 {
   color: #046AFC;
 }
 .AnyTagClassName
 {
   color: #046AFC;
 }
</style>

background-color css

<style>
 a { background-color: #046AFC; }

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

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

border-color css

<style>
 span { border-color: #046AFC; }

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

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