Html Css Color HEX #365AF8 Royal Blue

📋 copy color: '#365AF8'

red 54 ◦ green 90 ◦ blue 248

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

Shades of Royal Blue #365AF8

Tints of Royal Blue #365AF8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.96%

 BLUE value IS 248 (97.27% from 255) = 63.27%

R = 13.78%
G = 22.96%
B = 63.27%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#365AF8 (or 0x365AF8) is known color: Royal Blue. HEX triplet: 36, 5A and F8. RGB value is (54,90,248). Sum of RGB (Red+Green+Blue) = 54+90+248=392 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.78% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 248 (97.27% from 255 or 63.27% from 392); Max value from RGB is 248 - color contains mainly: blue. Hex color #365AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365AF8 is #C9A507. Grayscale: #606060. Windows color (decimal): -13214984 or 16276022. OLE color: 16276022.

HSL color Cylindrical-coordinate representation of color #365AF8: hue angle of 228.87º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #365AF8 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 54 90 248 -
CMYK 0.78 0.64 0 0.03
HSL 228.87º 0.93% 0.59% -
HSV(B) 228.87º 0.78% 0.97% -
XYZ 22.12 14.87 90.51 -
YUV 97.25 213.07 97.15 -
System Red Green Blue C M Y K H S L
Decimal 54 90 248 0.78 0.64 0 0.03 228.87 0.93 0.59
Hex 36 5A F8 4E 40 0 3 E5 5D 3B
Octal 66 132 370 116 100 0 3 345 135 73
Binary 110110 1011010 11111000 1001110 1000000 0 11 11100101 1011101 111011

Color Harmonies of #365AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365AF8

Black with #365AF8

Text Example


Text Example

White with #365AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,90,248); }

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

background-color css

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

 a { background-color: rgb(54,90,248); }

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

border-color css

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

 span { border-color: rgb(54,90,248); }

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