Html Css Color HEX #486CCF Royal Blue

📋 copy color: '#486CCF'

red 72 ◦ green 108 ◦ blue 207

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

Shades of Royal Blue #486CCF

Tints of Royal Blue #486CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.49%

R = 18.6%
G = 27.91%
B = 53.49%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#486CCF (or 0x486CCF) is known color: Royal Blue. HEX triplet: 48, 6C and CF. RGB value is (72,108,207). Sum of RGB (Red+Green+Blue) = 72+108+207=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #486CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CCF is #B79330. Grayscale: #6C6C6C. Windows color (decimal): -12030769 or 13593672. OLE color: 13593672.

HSL color Cylindrical-coordinate representation of color #486CCF: hue angle of 224º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #486CCF is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 108 207 -
CMYK 0.65 0.48 0 0.19
HSL 224º 0.58% 0.55% -
HSV(B) 224º 0.65% 0.81% -
XYZ 19.3 16.61 61.22 -
YUV 108.52 183.57 101.95 -
System Red Green Blue C M Y K H S L
Decimal 72 108 207 0.65 0.48 0 0.19 224 0.58 0.55
Hex 48 6C CF 41 30 0 13 E0 3A 37
Octal 110 154 317 101 60 0 23 340 72 67
Binary 1001000 1101100 11001111 1000001 110000 0 10011 11100000 111010 110111

Color Harmonies of #486CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486CCF

Black with #486CCF

Text Example


Text Example

White with #486CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,108,207); }

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

background-color css

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

 a { background-color: rgb(72,108,207); }

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

border-color css

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

 span { border-color: rgb(72,108,207); }

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