Html Css Color HEX #485CEC Royal Blue

📋 copy color: '#485CEC'

red 72 ◦ green 92 ◦ blue 236

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

Shades of Royal Blue #485CEC

Tints of Royal Blue #485CEC

RGB

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

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

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

R = 18%
G = 23%
B = 59%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#485CEC (or 0x485CEC) is known color: Royal Blue. HEX triplet: 48, 5C and EC. RGB value is (72,92,236). Sum of RGB (Red+Green+Blue) = 72+92+236=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #485CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485CEC is #B7A313. Grayscale: #656565. Windows color (decimal): -12034836 or 15490120. OLE color: 15490120.

HSL color Cylindrical-coordinate representation of color #485CEC: hue angle of 232.68º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #485CEC is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 92 236 -
CMYK 0.69 0.61 0 0.07
HSL 232.68º 0.81% 0.6% -
HSV(B) 232.68º 0.69% 0.93% -
XYZ 21.64 15.09 81.13 -
YUV 102.44 203.37 106.29 -
System Red Green Blue C M Y K H S L
Decimal 72 92 236 0.69 0.61 0 0.07 232.68 0.81 0.6
Hex 48 5C EC 45 3D 0 7 E9 51 3C
Octal 110 134 354 105 75 0 7 351 121 74
Binary 1001000 1011100 11101100 1000101 111101 0 111 11101001 1010001 111100

Color Harmonies of #485CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485CEC

Black with #485CEC

Text Example


Text Example

White with #485CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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