Html Css Color HEX #485CE6 Royal Blue

📋 copy color: '#485CE6'

red 72 ◦ green 92 ◦ blue 230

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

Shades of Royal Blue #485CE6

Tints of Royal Blue #485CE6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.35%

 BLUE value IS 230 (90.23% from 255) = 58.38%

R = 18.27%
G = 23.35%
B = 58.38%

CMYK

 C value IS 0.69

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#485CE6 (or 0x485CE6) is known color: Royal Blue. HEX triplet: 48, 5C and E6. RGB value is (72,92,230). Sum of RGB (Red+Green+Blue) = 72+92+230=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 230 (90.23% from 255 or 58.38% from 394); Max value from RGB is 230 - color contains mainly: blue. Hex color #485CE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485CE6 is #B7A319. Grayscale: #656565. Windows color (decimal): -12034842 or 15096904. OLE color: 15096904.

HSL color Cylindrical-coordinate representation of color #485CE6: hue angle of 232.41º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #485CE6 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 72 92 230 -
CMYK 0.69 0.60 0 0.10
HSL 232.41º 0.76% 0.59% -
HSV(B) 232.41º 0.69% 0.9% -
XYZ 20.78 14.75 76.61 -
YUV 101.75 200.37 106.78 -
System Red Green Blue C M Y K H S L
Decimal 72 92 230 0.69 0.60 0 0.10 232.41 0.76 0.59
Hex 48 5C E6 45 3C 0 A E8 4C 3B
Octal 110 134 346 105 74 0 12 350 114 73
Binary 1001000 1011100 11100110 1000101 111100 0 1010 11101000 1001100 111011

Color Harmonies of #485CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485CE6

Black with #485CE6

Text Example


Text Example

White with #485CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485CE6; }

 p { color: rgb(72,92,230); }

 H1.HeaderClassName
 {
   color: #485CE6;
 }
 .AnyTagClassName
 {
   color: #485CE6;
 }
</style>

background-color css

<style>
 a { background-color: #485CE6; }

 a { background-color: rgb(72,92,230); }

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

border-color css

<style>
 span { border-color: #485CE6; }

 span { border-color: rgb(72,92,230); }

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