Html Css Color HEX #046EFF Dodger Blue

📋 copy color: '#046EFF'

red 4 ◦ green 110 ◦ blue 255

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

Shades of Dodger Blue #046EFF

Tints of Dodger Blue #046EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.81%

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

R = 1.08%
G = 29.81%
B = 69.11%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#046EFF (or 0x046EFF) is known color: Dodger Blue. HEX triplet: 04, 6E and FF. RGB value is (4,110,255). Sum of RGB (Red+Green+Blue) = 4+110+255=369 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #046EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046EFF is #FB9100. Grayscale: #5E5E5E. Windows color (decimal): -16486657 or 16739844. OLE color: 16739844.

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

Color convert

RGB 4 110 255 -
CMYK 0.98 0.57 0 0
HSL 214.66º 1% 0.51% -
HSV(B) 214.66º 0.98% 1% -
XYZ 23.68 18.4 96.91 -
YUV 94.84 218.38 63.21 -
System Red Green Blue C M Y K H S L
Decimal 4 110 255 0.98 0.57 0 0 214.66 1 0.51
Hex 4 6E FF 62 39 0 0 D7 64 33
Octal 4 156 377 142 71 0 0 327 144 63
Binary 100 1101110 11111111 1100010 111001 0 0 11010111 1100100 110011

Color Harmonies of #046EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046EFF

Black with #046EFF

Text Example


Text Example

White with #046EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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