#046CFA

Color #046CFA Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #046CFA

Tints of Dodger Blue #046CFA

Color information

#046CFA (or 0x046CFA) is unknown color: approx Dodger Blue. HEX triplet: 04, 6C and FA. RGB value is (4,108,250). Sum of RGB (Red+Green+Blue) = 4+108+250=362 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #046CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046CFA is #FB9305. Grayscale: #5C5C5C. Windows color (decimal): -16487174 or 16411652. OLE color: 16411652.

HSL color Cylindrical-coordinate representation of color #046CFA: hue angle of 214.63º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046CFA is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB4108250-
CMYK0.980.5700.02
HSL214.63º96.85%49.8%-
HSV(B)214.63º98.4%98.04%-
XYZ22.6717.6592.66-
YUV93.09216.5464.45-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.10%
GREEN value IS 108 (42.58% from 255) = 29.83%
BLUE value IS 250 (98.05% from 255) = 69.06%
R=1.10%
G=29.83%
B=69.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal41082500.980.5700.02214.6396.8549.8
Hex46CFA623902d76132
Octal4154372142710232714162
Binary1001101100111110101100010111001010110101111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,108,250); }

 H1.HeaderClassName
 {
   color: #046CFA;
 }
 .AnyTagClassName
 {
   color: #046CFA;
 }
</style>
background-color css

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

 a { background-color: rgb(4,108,250); }

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

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

 span { border-color: rgb(4,108,250); }

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