Html Css Color HEX #365FFA Royal Blue

📋 copy color: '#365FFA'

red 54 ◦ green 95 ◦ blue 250

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

Shades of Royal Blue #365FFA

Tints of Royal Blue #365FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.66%

R = 13.53%
G = 23.81%
B = 62.66%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#365FFA (or 0x365FFA) is known color: Royal Blue. HEX triplet: 36, 5F and FA. RGB value is (54,95,250). Sum of RGB (Red+Green+Blue) = 54+95+250=399 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.53% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #365FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365FFA is #C9A005. Grayscale: #636363. Windows color (decimal): -13213702 or 16408374. OLE color: 16408374.

HSL color Cylindrical-coordinate representation of color #365FFA: hue angle of 227.45º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #365FFA is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 54 95 250 -
CMYK 0.78 0.62 0 0.02
HSL 227.45º 0.95% 0.6% -
HSV(B) 227.45º 0.78% 0.98% -
XYZ 22.87 15.87 92.3 -
YUV 100.41 212.42 94.9 -
System Red Green Blue C M Y K H S L
Decimal 54 95 250 0.78 0.62 0 0.02 227.45 0.95 0.6
Hex 36 5F FA 4E 3E 0 2 E3 5F 3C
Octal 66 137 372 116 76 0 2 343 137 74
Binary 110110 1011111 11111010 1001110 111110 0 10 11100011 1011111 111100

Color Harmonies of #365FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365FFA

Black with #365FFA

Text Example


Text Example

White with #365FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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