Html Css Color HEX #485DEE Royal Blue

📋 copy color: '#485DEE'

red 72 ◦ green 93 ◦ blue 238

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

Shades of Royal Blue #485DEE

Tints of Royal Blue #485DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 59.06%

R = 17.87%
G = 23.08%
B = 59.06%

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

#485DEE (or 0x485DEE) is known color: Royal Blue. HEX triplet: 48, 5D and EE. RGB value is (72,93,238). Sum of RGB (Red+Green+Blue) = 72+93+238=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 238 (93.36% from 255 or 59.06% from 403); Max value from RGB is 238 - color contains mainly: blue. Hex color #485DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485DEE is #B7A211. Grayscale: #666666. Windows color (decimal): -12034578 or 15621448. OLE color: 15621448.

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

Color convert

RGB 72 93 238 -
CMYK 0.70 0.61 0 0.07
HSL 232.41º 0.83% 0.61% -
HSV(B) 232.41º 0.7% 0.93% -
XYZ 22.02 15.38 82.7 -
YUV 103.25 204.04 105.71 -
System Red Green Blue C M Y K H S L
Decimal 72 93 238 0.70 0.61 0 0.07 232.41 0.83 0.61
Hex 48 5D EE 46 3D 0 7 E8 53 3D
Octal 110 135 356 106 75 0 7 350 123 75
Binary 1001000 1011101 11101110 1000110 111101 0 111 11101000 1010011 111101

Color Harmonies of #485DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485DEE

Black with #485DEE

Text Example


Text Example

White with #485DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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