Html Css Color HEX #365FF0 Royal Blue

📋 copy color: '#365FF0'

red 54 ◦ green 95 ◦ blue 240

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

Shades of Royal Blue #365FF0

Tints of Royal Blue #365FF0

RGB

 RED value IS 54 (21.48% from 255) = 13.88%

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

 BLUE value IS 240 (94.14% from 255) = 61.7%

R = 13.88%
G = 24.42%
B = 61.7%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#365FF0 (or 0x365FF0) is known color: Royal Blue. HEX triplet: 36, 5F and F0. RGB value is (54,95,240). Sum of RGB (Red+Green+Blue) = 54+95+240=389 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.88% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 240 (94.14% from 255 or 61.70% from 389); Max value from RGB is 240 - color contains mainly: blue. Hex color #365FF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365FF0 is #C9A00F. Grayscale: #626262. Windows color (decimal): -13213712 or 15753014. OLE color: 15753014.

HSL color Cylindrical-coordinate representation of color #365FF0: hue angle of 226.77º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #365FF0 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 54 95 240 -
CMYK 0.78 0.60 0 0.06
HSL 226.77º 0.86% 0.58% -
HSV(B) 226.77º 0.78% 0.94% -
XYZ 21.34 15.26 84.26 -
YUV 99.27 207.42 95.71 -
System Red Green Blue C M Y K H S L
Decimal 54 95 240 0.78 0.60 0 0.06 226.77 0.86 0.58
Hex 36 5F F0 4E 3C 0 6 E3 56 3A
Octal 66 137 360 116 74 0 6 343 126 72
Binary 110110 1011111 11110000 1001110 111100 0 110 11100011 1010110 111010

Color Harmonies of #365FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365FF0

Black with #365FF0

Text Example


Text Example

White with #365FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365FF0; }

 p { color: rgb(54,95,240); }

 H1.HeaderClassName
 {
   color: #365FF0;
 }
 .AnyTagClassName
 {
   color: #365FF0;
 }
</style>

background-color css

<style>
 a { background-color: #365FF0; }

 a { background-color: rgb(54,95,240); }

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

border-color css

<style>
 span { border-color: #365FF0; }

 span { border-color: rgb(54,95,240); }

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