Html Css Color HEX #486CEA Royal Blue

📋 copy color: '#486CEA'

red 72 ◦ green 108 ◦ blue 234

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

Shades of Royal Blue #486CEA

Tints of Royal Blue #486CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.52%

R = 17.39%
G = 26.09%
B = 56.52%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#486CEA (or 0x486CEA) is known color: Royal Blue. HEX triplet: 48, 6C and EA. RGB value is (72,108,234). Sum of RGB (Red+Green+Blue) = 72+108+234=414 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.39% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #486CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486CEA is #B79315. Grayscale: #6F6F6F. Windows color (decimal): -12030742 or 15363144. OLE color: 15363144.

HSL color Cylindrical-coordinate representation of color #486CEA: hue angle of 226.67º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #486CEA is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 108 234 -
CMYK 0.69 0.54 0 0.08
HSL 226.67º 0.79% 0.6% -
HSV(B) 226.67º 0.69% 0.92% -
XYZ 22.89 18.04 80.12 -
YUV 111.6 197.07 99.75 -
System Red Green Blue C M Y K H S L
Decimal 72 108 234 0.69 0.54 0 0.08 226.67 0.79 0.6
Hex 48 6C EA 45 36 0 8 E3 4F 3C
Octal 110 154 352 105 66 0 10 343 117 74
Binary 1001000 1101100 11101010 1000101 110110 0 1000 11100011 1001111 111100

Color Harmonies of #486CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486CEA

Black with #486CEA

Text Example


Text Example

White with #486CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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