Html Css Color HEX #046AFF Dodger Blue

📋 copy color: '#046AFF'

red 4 ◦ green 106 ◦ blue 255

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

Shades of Dodger Blue #046AFF

Tints of Dodger Blue #046AFF

RGB

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

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

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

R = 1.1%
G = 29.04%
B = 69.86%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#046AFF (or 0x046AFF) is known color: Dodger Blue. HEX triplet: 04, 6A and FF. RGB value is (4,106,255). Sum of RGB (Red+Green+Blue) = 4+106+255=365 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #046AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046AFF is #FB9500. Grayscale: #5B5B5B. Windows color (decimal): -16487681 or 16738820. OLE color: 16738820.

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

Color convert

RGB 4 106 255 -
CMYK 0.98 0.58 0 0
HSL 215.62º 1% 0.51% -
HSV(B) 215.62º 0.98% 1% -
XYZ 23.25 17.55 96.77 -
YUV 92.49 219.71 64.88 -
System Red Green Blue C M Y K H S L
Decimal 4 106 255 0.98 0.58 0 0 215.62 1 0.51
Hex 4 6A FF 62 3A 0 0 D8 64 33
Octal 4 152 377 142 72 0 0 330 144 63
Binary 100 1101010 11111111 1100010 111010 0 0 11011000 1100100 110011

Color Harmonies of #046AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046AFF

Black with #046AFF

Text Example


Text Example

White with #046AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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