Html Css Color HEX #046FFF Dodger Blue

📋 copy color: '#046FFF'

red 4 ◦ green 111 ◦ blue 255

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

Shades of Dodger Blue #046FFF

Tints of Dodger Blue #046FFF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30%

 BLUE value IS 255 (100% from 255) = 68.92%

R = 1.08%
G = 30%
B = 68.92%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#046FFF (or 0x046FFF) is known color: Dodger Blue. HEX triplet: 04, 6F and FF. RGB value is (4,111,255). Sum of RGB (Red+Green+Blue) = 4+111+255=370 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #046FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046FFF is #FB9000. Grayscale: #5E5E5E. Windows color (decimal): -16486401 or 16740100. OLE color: 16740100.

HSL color Cylindrical-coordinate representation of color #046FFF: hue angle of 214.42º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046FFF is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 4 111 255 -
CMYK 0.98 0.56 0 0
HSL 214.42º 1% 0.51% -
HSV(B) 214.42º 0.98% 1% -
XYZ 23.78 18.61 96.95 -
YUV 95.42 218.05 62.79 -
System Red Green Blue C M Y K H S L
Decimal 4 111 255 0.98 0.56 0 0 214.42 1 0.51
Hex 4 6F FF 62 38 0 0 D6 64 33
Octal 4 157 377 142 70 0 0 326 144 63
Binary 100 1101111 11111111 1100010 111000 0 0 11010110 1100100 110011

Color Harmonies of #046FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046FFF

Black with #046FFF

Text Example


Text Example

White with #046FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,111,255); }

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

background-color css

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

 a { background-color: rgb(4,111,255); }

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

border-color css

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

 span { border-color: rgb(4,111,255); }

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