Html Css Color HEX #046BFF Dodger Blue

📋 copy color: '#046BFF'

red 4 ◦ green 107 ◦ blue 255

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

Shades of Dodger Blue #046BFF

Tints of Dodger Blue #046BFF

RGB

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

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

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

R = 1.09%
G = 29.23%
B = 69.67%

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

#046BFF (or 0x046BFF) is known color: Dodger Blue. HEX triplet: 04, 6B and FF. RGB value is (4,107,255). Sum of RGB (Red+Green+Blue) = 4+107+255=366 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #046BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046BFF is #FB9400. Grayscale: #5C5C5C. Windows color (decimal): -16487425 or 16739076. OLE color: 16739076.

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

Color convert

RGB 4 107 255 -
CMYK 0.98 0.58 0 0
HSL 215.38º 1% 0.51% -
HSV(B) 215.38º 0.98% 1% -
XYZ 23.36 17.76 96.8 -
YUV 93.08 219.38 64.47 -
System Red Green Blue C M Y K H S L
Decimal 4 107 255 0.98 0.58 0 0 215.38 1 0.51
Hex 4 6B FF 62 3A 0 0 D7 64 33
Octal 4 153 377 142 72 0 0 327 144 63
Binary 100 1101011 11111111 1100010 111010 0 0 11010111 1100100 110011

Color Harmonies of #046BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046BFF

Black with #046BFF

Text Example


Text Example

White with #046BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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