Html Css Color HEX #046CFA Dodger Blue

📋 copy color: '#046CFA'

red 4 ◦ green 108 ◦ blue 250

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

Shades of Dodger Blue #046CFA

Tints of Dodger Blue #046CFA

RGB

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

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

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

R = 1.1%
G = 29.83%
B = 69.06%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#046CFA (or 0x046CFA) is known color: 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

RGB 4 108 250 -
CMYK 0.98 0.57 0 0.02
HSL 214.63º 0.97% 0.5% -
HSV(B) 214.63º 0.98% 0.98% -
XYZ 22.67 17.65 92.66 -
YUV 93.09 216.54 64.45 -
System Red Green Blue C M Y K H S L
Decimal 4 108 250 0.98 0.57 0 0.02 214.63 0.97 0.5
Hex 4 6C FA 62 39 0 2 D7 61 32
Octal 4 154 372 142 71 0 2 327 141 62
Binary 100 1101100 11111010 1100010 111001 0 10 11010111 1100001 110010

Color Harmonies of #046CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046CFA

Black with #046CFA

Text Example


Text Example

White with #046CFA

Text Example


Text Example

HTML Codes & Css Web 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>