Html Css Color HEX #046BFC Dodger Blue

📋 copy color: '#046BFC'

red 4 ◦ green 107 ◦ blue 252

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

Shades of Dodger Blue #046BFC

Tints of Dodger Blue #046BFC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.48%

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

R = 1.1%
G = 29.48%
B = 69.42%

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

#046BFC (or 0x046BFC) is known color: Dodger Blue. HEX triplet: 04, 6B and FC. RGB value is (4,107,252). Sum of RGB (Red+Green+Blue) = 4+107+252=363 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 252 (98.83% from 255 or 69.42% from 363); Max value from RGB is 252 - color contains mainly: blue. Hex color #046BFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046BFC is #FB9403. Grayscale: #5C5C5C. Windows color (decimal): -16487428 or 16542468. OLE color: 16542468.

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

Color convert

RGB 4 107 252 -
CMYK 0.98 0.58 0 0.01
HSL 215.08º 0.98% 0.5% -
HSV(B) 215.08º 0.98% 0.99% -
XYZ 22.88 17.57 94.28 -
YUV 92.73 217.88 64.71 -
System Red Green Blue C M Y K H S L
Decimal 4 107 252 0.98 0.58 0 0.01 215.08 0.98 0.5
Hex 4 6B FC 62 3A 0 1 D7 62 32
Octal 4 153 374 142 72 0 1 327 142 62
Binary 100 1101011 11111100 1100010 111010 0 1 11010111 1100010 110010

Color Harmonies of #046BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046BFC

Black with #046BFC

Text Example


Text Example

White with #046BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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