Html Css Color HEX #485BED Royal Blue

📋 copy color: '#485BED'

red 72 ◦ green 91 ◦ blue 237

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

Shades of Royal Blue #485BED

Tints of Royal Blue #485BED

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.75%

 BLUE value IS 237 (92.97% from 255) = 59.25%

R = 18%
G = 22.75%
B = 59.25%

CMYK

 C value IS 0.70

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#485BED (or 0x485BED) is known color: Royal Blue. HEX triplet: 48, 5B and ED. RGB value is (72,91,237). Sum of RGB (Red+Green+Blue) = 72+91+237=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #485BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485BED is #B7A412. Grayscale: #656565. Windows color (decimal): -12035091 or 15555400. OLE color: 15555400.

HSL color Cylindrical-coordinate representation of color #485BED: hue angle of 233.09º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #485BED is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 91 237 -
CMYK 0.70 0.62 0 0.07
HSL 233.09º 0.82% 0.61% -
HSV(B) 233.09º 0.7% 0.93% -
XYZ 21.7 14.97 81.87 -
YUV 101.96 204.21 106.63 -
System Red Green Blue C M Y K H S L
Decimal 72 91 237 0.70 0.62 0 0.07 233.09 0.82 0.61
Hex 48 5B ED 46 3E 0 7 E9 52 3D
Octal 110 133 355 106 76 0 7 351 122 75
Binary 1001000 1011011 11101101 1000110 111110 0 111 11101001 1010010 111101

Color Harmonies of #485BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485BED

Black with #485BED

Text Example


Text Example

White with #485BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,91,237); }

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

background-color css

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

 a { background-color: rgb(72,91,237); }

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

border-color css

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

 span { border-color: rgb(72,91,237); }

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