Html Css Color HEX #046CFD Dodger Blue

📋 copy color: '#046CFD'

red 4 ◦ green 108 ◦ blue 253

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

Shades of Dodger Blue #046CFD

Tints of Dodger Blue #046CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.59%

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

R = 1.1%
G = 29.59%
B = 69.32%

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

#046CFD (or 0x046CFD) is known color: Dodger Blue. HEX triplet: 04, 6C and FD. RGB value is (4,108,253). Sum of RGB (Red+Green+Blue) = 4+108+253=365 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #046CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046CFD is #FB9302. Grayscale: #5C5C5C. Windows color (decimal): -16487171 or 16608260. OLE color: 16608260.

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

Color convert

RGB 4 108 253 -
CMYK 0.98 0.57 0 0.01
HSL 214.94º 0.98% 0.5% -
HSV(B) 214.94º 0.98% 0.99% -
XYZ 23.14 17.84 95.15 -
YUV 93.43 218.04 64.21 -
System Red Green Blue C M Y K H S L
Decimal 4 108 253 0.98 0.57 0 0.01 214.94 0.98 0.5
Hex 4 6C FD 62 39 0 1 D7 62 32
Octal 4 154 375 142 71 0 1 327 142 62
Binary 100 1101100 11111101 1100010 111001 0 1 11010111 1100010 110010

Color Harmonies of #046CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046CFD

Black with #046CFD

Text Example


Text Example

White with #046CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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