Html Css Color HEX #485FDE Royal Blue

📋 copy color: '#485FDE'

red 72 ◦ green 95 ◦ blue 222

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

Shades of Royal Blue #485FDE

Tints of Royal Blue #485FDE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.42%

 BLUE value IS 222 (87.11% from 255) = 57.07%

R = 18.51%
G = 24.42%
B = 57.07%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#485FDE (or 0x485FDE) is known color: Royal Blue. HEX triplet: 48, 5F and DE. RGB value is (72,95,222). Sum of RGB (Red+Green+Blue) = 72+95+222=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 222 (87.11% from 255 or 57.07% from 389); Max value from RGB is 222 - color contains mainly: blue. Hex color #485FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485FDE is #B7A021. Grayscale: #666666. Windows color (decimal): -12034082 or 14573384. OLE color: 14573384.

HSL color Cylindrical-coordinate representation of color #485FDE: hue angle of 230.8º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #485FDE is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 95 222 -
CMYK 0.68 0.57 0 0.13
HSL 230.8º 0.69% 0.58% -
HSV(B) 230.8º 0.68% 0.87% -
XYZ 19.95 14.84 70.92 -
YUV 102.6 195.38 106.17 -
System Red Green Blue C M Y K H S L
Decimal 72 95 222 0.68 0.57 0 0.13 230.8 0.69 0.58
Hex 48 5F DE 44 39 0 D E7 45 3A
Octal 110 137 336 104 71 0 15 347 105 72
Binary 1001000 1011111 11011110 1000100 111001 0 1101 11100111 1000101 111010

Color Harmonies of #485FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485FDE

Black with #485FDE

Text Example


Text Example

White with #485FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,95,222); }

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

background-color css

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

 a { background-color: rgb(72,95,222); }

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

border-color css

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

 span { border-color: rgb(72,95,222); }

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