Html Css Color HEX #486ECB Royal Blue

📋 copy color: '#486ECB'

red 72 ◦ green 110 ◦ blue 203

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

Shades of Royal Blue #486ECB

Tints of Royal Blue #486ECB

RGB

 RED value IS 72 (28.52% from 255) = 18.7%

 GREEN value IS 110 (43.36% from 255) = 28.57%

 BLUE value IS 203 (79.69% from 255) = 52.73%

R = 18.7%
G = 28.57%
B = 52.73%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#486ECB (or 0x486ECB) is known color: Royal Blue. HEX triplet: 48, 6E and CB. RGB value is (72,110,203). Sum of RGB (Red+Green+Blue) = 72+110+203=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #486ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486ECB is #B79134. Grayscale: #6C6C6C. Windows color (decimal): -12030261 or 13332040. OLE color: 13332040.

HSL color Cylindrical-coordinate representation of color #486ECB: hue angle of 222.6º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #486ECB is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 110 203 -
CMYK 0.65 0.46 0 0.20
HSL 222.6º 0.56% 0.54% -
HSV(B) 222.6º 0.65% 0.8% -
XYZ 19.03 16.84 58.75 -
YUV 109.24 180.91 101.44 -
System Red Green Blue C M Y K H S L
Decimal 72 110 203 0.65 0.46 0 0.20 222.6 0.56 0.54
Hex 48 6E CB 41 2E 0 14 DF 38 36
Octal 110 156 313 101 56 0 24 337 70 66
Binary 1001000 1101110 11001011 1000001 101110 0 10100 11011111 111000 110110

Color Harmonies of #486ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486ECB

Black with #486ECB

Text Example


Text Example

White with #486ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486ECB; }

 p { color: rgb(72,110,203); }

 H1.HeaderClassName
 {
   color: #486ECB;
 }
 .AnyTagClassName
 {
   color: #486ECB;
 }
</style>

background-color css

<style>
 a { background-color: #486ECB; }

 a { background-color: rgb(72,110,203); }

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

border-color css

<style>
 span { border-color: #486ECB; }

 span { border-color: rgb(72,110,203); }

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