Html Css Color HEX #485DED Royal Blue

📋 copy color: '#485DED'

red 72 ◦ green 93 ◦ blue 237

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

Shades of Royal Blue #485DED

Tints of Royal Blue #485DED

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.13%

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

R = 17.91%
G = 23.13%
B = 58.96%

CMYK

 C value IS 0.70

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#485DED (or 0x485DED) is known color: Royal Blue. HEX triplet: 48, 5D and ED. RGB value is (72,93,237). Sum of RGB (Red+Green+Blue) = 72+93+237=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #485DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485DED is #B7A212. Grayscale: #666666. Windows color (decimal): -12034579 or 15555912. OLE color: 15555912.

HSL color Cylindrical-coordinate representation of color #485DED: hue angle of 232.36º 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 #485DED is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 93 237 -
CMYK 0.70 0.61 0 0.07
HSL 232.36º 0.82% 0.61% -
HSV(B) 232.36º 0.7% 0.93% -
XYZ 21.87 15.32 81.93 -
YUV 103.14 203.54 105.79 -
System Red Green Blue C M Y K H S L
Decimal 72 93 237 0.70 0.61 0 0.07 232.36 0.82 0.61
Hex 48 5D ED 46 3D 0 7 E8 52 3D
Octal 110 135 355 106 75 0 7 350 122 75
Binary 1001000 1011101 11101101 1000110 111101 0 111 11101000 1010010 111101

Color Harmonies of #485DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485DED

Black with #485DED

Text Example


Text Example

White with #485DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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