Html Css Color HEX #485EEF Royal Blue

📋 copy color: '#485EEF'

red 72 ◦ green 94 ◦ blue 239

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

Shades of Royal Blue #485EEF

Tints of Royal Blue #485EEF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.21%

 BLUE value IS 239 (93.75% from 255) = 59.01%

R = 17.78%
G = 23.21%
B = 59.01%

CMYK

 C value IS 0.70

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#485EEF (or 0x485EEF) is known color: Royal Blue. HEX triplet: 48, 5E and EF. RGB value is (72,94,239). Sum of RGB (Red+Green+Blue) = 72+94+239=405 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.78% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 239 (93.75% from 255 or 59.01% from 405); Max value from RGB is 239 - color contains mainly: blue. Hex color #485EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485EEF is #B7A110. Grayscale: #676767. Windows color (decimal): -12034321 or 15687240. OLE color: 15687240.

HSL color Cylindrical-coordinate representation of color #485EEF: hue angle of 232.1º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #485EEF is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 72 94 239 -
CMYK 0.70 0.61 0 0.06
HSL 232.1º 0.84% 0.61% -
HSV(B) 232.1º 0.7% 0.94% -
XYZ 22.26 15.62 83.5 -
YUV 103.95 204.21 105.21 -
System Red Green Blue C M Y K H S L
Decimal 72 94 239 0.70 0.61 0 0.06 232.1 0.84 0.61
Hex 48 5E EF 46 3D 0 6 E8 54 3D
Octal 110 136 357 106 75 0 6 350 124 75
Binary 1001000 1011110 11101111 1000110 111101 0 110 11101000 1010100 111101

Color Harmonies of #485EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485EEF

Black with #485EEF

Text Example


Text Example

White with #485EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,94,239); }

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

background-color css

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

 a { background-color: rgb(72,94,239); }

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

border-color css

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

 span { border-color: rgb(72,94,239); }

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