Html Css Color HEX #046FFD Dodger Blue

📋 copy color: '#046FFD'

red 4 ◦ green 111 ◦ blue 253

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

Shades of Dodger Blue #046FFD

Tints of Dodger Blue #046FFD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.16%

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

R = 1.09%
G = 30.16%
B = 68.75%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#046FFD (or 0x046FFD) is known color: Dodger Blue. HEX triplet: 04, 6F and FD. RGB value is (4,111,253). Sum of RGB (Red+Green+Blue) = 4+111+253=368 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 253 (99.22% from 255 or 68.75% from 368); Max value from RGB is 253 - color contains mainly: blue. Hex color #046FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046FFD is #FB9002. Grayscale: #5E5E5E. Windows color (decimal): -16486403 or 16609028. OLE color: 16609028.

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

Color convert

RGB 4 111 253 -
CMYK 0.98 0.56 0 0.01
HSL 214.22º 0.98% 0.5% -
HSV(B) 214.22º 0.98% 0.99% -
XYZ 23.46 18.49 95.26 -
YUV 95.2 217.05 62.95 -
System Red Green Blue C M Y K H S L
Decimal 4 111 253 0.98 0.56 0 0.01 214.22 0.98 0.5
Hex 4 6F FD 62 38 0 1 D6 62 32
Octal 4 157 375 142 70 0 1 326 142 62
Binary 100 1101111 11111101 1100010 111000 0 1 11010110 1100010 110010

Color Harmonies of #046FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046FFD

Black with #046FFD

Text Example


Text Example

White with #046FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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