Html Css Color HEX #046CFC Dodger Blue

📋 copy color: '#046CFC'

red 4 ◦ green 108 ◦ blue 252

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

Shades of Dodger Blue #046CFC

Tints of Dodger Blue #046CFC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.67%

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

R = 1.1%
G = 29.67%
B = 69.23%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#046CFC (or 0x046CFC) is known color: Dodger Blue. HEX triplet: 04, 6C and FC. RGB value is (4,108,252). Sum of RGB (Red+Green+Blue) = 4+108+252=364 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 252 (98.83% from 255 or 69.23% from 364); Max value from RGB is 252 - color contains mainly: blue. Hex color #046CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046CFC is #FB9303. Grayscale: #5C5C5C. Windows color (decimal): -16487172 or 16542724. OLE color: 16542724.

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

Color convert

RGB 4 108 252 -
CMYK 0.98 0.57 0 0.01
HSL 214.84º 0.98% 0.5% -
HSV(B) 214.84º 0.98% 0.99% -
XYZ 22.98 17.78 94.32 -
YUV 93.32 217.54 64.29 -
System Red Green Blue C M Y K H S L
Decimal 4 108 252 0.98 0.57 0 0.01 214.84 0.98 0.5
Hex 4 6C FC 62 39 0 1 D7 62 32
Octal 4 154 374 142 71 0 1 327 142 62
Binary 100 1101100 11111100 1100010 111001 0 1 11010111 1100010 110010

Color Harmonies of #046CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046CFC

Black with #046CFC

Text Example


Text Example

White with #046CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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