Html Css Color HEX #046EFD Dodger Blue

📋 copy color: '#046EFD'

red 4 ◦ green 110 ◦ blue 253

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

Shades of Dodger Blue #046EFD

Tints of Dodger Blue #046EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.94%

R = 1.09%
G = 29.97%
B = 68.94%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#046EFD (or 0x046EFD) is known color: Dodger Blue. HEX triplet: 04, 6E and FD. RGB value is (4,110,253). Sum of RGB (Red+Green+Blue) = 4+110+253=367 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 253 (99.22% from 255 or 68.94% from 367); Max value from RGB is 253 - color contains mainly: blue. Hex color #046EFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046EFD is #FB9102. Grayscale: #5D5D5D. Windows color (decimal): -16486659 or 16608772. OLE color: 16608772.

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

Color convert

RGB 4 110 253 -
CMYK 0.98 0.57 0 0.01
HSL 214.46º 0.98% 0.5% -
HSV(B) 214.46º 0.98% 0.99% -
XYZ 23.36 18.27 95.22 -
YUV 94.61 217.38 63.37 -
System Red Green Blue C M Y K H S L
Decimal 4 110 253 0.98 0.57 0 0.01 214.46 0.98 0.5
Hex 4 6E FD 62 39 0 1 D6 62 32
Octal 4 156 375 142 71 0 1 326 142 62
Binary 100 1101110 11111101 1100010 111001 0 1 11010110 1100010 110010

Color Harmonies of #046EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046EFD

Black with #046EFD

Text Example


Text Example

White with #046EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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