Html Css Color HEX #046DFA Dodger Blue

📋 copy color: '#046DFA'

red 4 ◦ green 109 ◦ blue 250

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

Shades of Dodger Blue #046DFA

Tints of Dodger Blue #046DFA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.03%

 BLUE value IS 250 (98.05% from 255) = 68.87%

R = 1.1%
G = 30.03%
B = 68.87%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#046DFA (or 0x046DFA) is known color: Dodger Blue. HEX triplet: 04, 6D and FA. RGB value is (4,109,250). Sum of RGB (Red+Green+Blue) = 4+109+250=363 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #046DFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046DFA is #FB9205. Grayscale: #5D5D5D. Windows color (decimal): -16486918 or 16411908. OLE color: 16411908.

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

Color convert

RGB 4 109 250 -
CMYK 0.98 0.56 0 0.02
HSL 214.39º 0.97% 0.5% -
HSV(B) 214.39º 0.98% 0.98% -
XYZ 22.77 17.87 92.69 -
YUV 93.68 216.21 64.04 -
System Red Green Blue C M Y K H S L
Decimal 4 109 250 0.98 0.56 0 0.02 214.39 0.97 0.5
Hex 4 6D FA 62 38 0 2 D6 61 32
Octal 4 155 372 142 70 0 2 326 141 62
Binary 100 1101101 11111010 1100010 111000 0 10 11010110 1100001 110010

Color Harmonies of #046DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046DFA

Black with #046DFA

Text Example


Text Example

White with #046DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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