Html Css Color HEX #365FFE Royal Blue

📋 copy color: '#365FFE'

red 54 ◦ green 95 ◦ blue 254

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

Shades of Royal Blue #365FFE

Tints of Royal Blue #365FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.03%

R = 13.4%
G = 23.57%
B = 63.03%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#365FFE (or 0x365FFE) is known color: Royal Blue. HEX triplet: 36, 5F and FE. RGB value is (54,95,254). Sum of RGB (Red+Green+Blue) = 54+95+254=403 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.40% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #365FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365FFE is #C9A001. Grayscale: #646464. Windows color (decimal): -13213698 or 16670518. OLE color: 16670518.

HSL color Cylindrical-coordinate representation of color #365FFE: hue angle of 227.7º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #365FFE is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 54 95 254 -
CMYK 0.79 0.63 0 0.00
HSL 227.7º 0.99% 0.6% -
HSV(B) 227.7º 0.79% 1% -
XYZ 23.5 16.12 95.64 -
YUV 100.87 214.42 94.57 -
System Red Green Blue C M Y K H S L
Decimal 54 95 254 0.79 0.63 0 0.00 227.7 0.99 0.6
Hex 36 5F FE 4F 3F 0 0 E4 63 3C
Octal 66 137 376 117 77 0 0 344 143 74
Binary 110110 1011111 11111110 1001111 111111 0 0 11100100 1100011 111100

Color Harmonies of #365FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365FFE

Black with #365FFE

Text Example


Text Example

White with #365FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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