Html Css Color HEX #365BF0 Royal Blue

📋 copy color: '#365BF0'

red 54 ◦ green 91 ◦ blue 240

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

Shades of Royal Blue #365BF0

Tints of Royal Blue #365BF0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.64%

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

R = 14.03%
G = 23.64%
B = 62.34%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#365BF0 (or 0x365BF0) is known color: Royal Blue. HEX triplet: 36, 5B and F0. RGB value is (54,91,240). Sum of RGB (Red+Green+Blue) = 54+91+240=385 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.03% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 240 (94.14% from 255 or 62.34% from 385); Max value from RGB is 240 - color contains mainly: blue. Hex color #365BF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365BF0 is #C9A40F. Grayscale: #606060. Windows color (decimal): -13214736 or 15751990. OLE color: 15751990.

HSL color Cylindrical-coordinate representation of color #365BF0: hue angle of 228.06º 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 #365BF0 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 54 91 240 -
CMYK 0.78 0.62 0 0.06
HSL 228.06º 0.86% 0.58% -
HSV(B) 228.06º 0.78% 0.94% -
XYZ 20.99 14.56 84.14 -
YUV 96.92 208.74 97.38 -
System Red Green Blue C M Y K H S L
Decimal 54 91 240 0.78 0.62 0 0.06 228.06 0.86 0.58
Hex 36 5B F0 4E 3E 0 6 E4 56 3A
Octal 66 133 360 116 76 0 6 344 126 72
Binary 110110 1011011 11110000 1001110 111110 0 110 11100100 1010110 111010

Color Harmonies of #365BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365BF0

Black with #365BF0

Text Example


Text Example

White with #365BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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