Html Css Color HEX #0486EC Dodger Blue

📋 copy color: '#0486EC'

red 4 ◦ green 134 ◦ blue 236

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

Shades of Dodger Blue #0486EC

Tints of Dodger Blue #0486EC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.83%

 BLUE value IS 236 (92.58% from 255) = 63.1%

R = 1.07%
G = 35.83%
B = 63.1%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0486EC (or 0x0486EC) is known color: Dodger Blue. HEX triplet: 04, 86 and EC. RGB value is (4,134,236). Sum of RGB (Red+Green+Blue) = 4+134+236=374 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 236 (92.58% from 255 or 63.10% from 374); Max value from RGB is 236 - color contains mainly: blue. Hex color #0486EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0486EC is #FB7913. Grayscale: #6A6A6A. Windows color (decimal): -16480532 or 15500804. OLE color: 15500804.

HSL color Cylindrical-coordinate representation of color #0486EC: hue angle of 206.38º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0486EC is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 134 236 -
CMYK 0.98 0.43 0 0.07
HSL 206.38º 0.97% 0.47% -
HSV(B) 206.38º 0.98% 0.93% -
XYZ 23.72 23.13 82.57 -
YUV 106.76 200.93 54.71 -
System Red Green Blue C M Y K H S L
Decimal 4 134 236 0.98 0.43 0 0.07 206.38 0.97 0.47
Hex 4 86 EC 62 2B 0 7 CE 61 2F
Octal 4 206 354 142 53 0 7 316 141 57
Binary 100 10000110 11101100 1100010 101011 0 111 11001110 1100001 101111

Color Harmonies of #0486EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0486EC

Black with #0486EC

Text Example


Text Example

White with #0486EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0486EC; }

 p { color: rgb(4,134,236); }

 H1.HeaderClassName
 {
   color: #0486EC;
 }
 .AnyTagClassName
 {
   color: #0486EC;
 }
</style>

background-color css

<style>
 a { background-color: #0486EC; }

 a { background-color: rgb(4,134,236); }

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

border-color css

<style>
 span { border-color: #0486EC; }

 span { border-color: rgb(4,134,236); }

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