Html Css Color HEX #365EFD Royal Blue

📋 copy color: '#365EFD'

red 54 ◦ green 94 ◦ blue 253

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

Shades of Royal Blue #365EFD

Tints of Royal Blue #365EFD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.44%

 BLUE value IS 253 (99.22% from 255) = 63.09%

R = 13.47%
G = 23.44%
B = 63.09%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#365EFD (or 0x365EFD) is known color: Royal Blue. HEX triplet: 36, 5E and FD. RGB value is (54,94,253). Sum of RGB (Red+Green+Blue) = 54+94+253=401 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.47% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #365EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365EFD is #C9A102. Grayscale: #636363. Windows color (decimal): -13213955 or 16604726. OLE color: 16604726.

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

Color convert

RGB 54 94 253 -
CMYK 0.79 0.63 0 0.01
HSL 227.94º 0.98% 0.6% -
HSV(B) 227.94º 0.79% 0.99% -
XYZ 23.25 15.88 94.77 -
YUV 100.17 214.25 95.07 -
System Red Green Blue C M Y K H S L
Decimal 54 94 253 0.79 0.63 0 0.01 227.94 0.98 0.6
Hex 36 5E FD 4F 3F 0 1 E4 62 3C
Octal 66 136 375 117 77 0 1 344 142 74
Binary 110110 1011110 11111101 1001111 111111 0 1 11100100 1100010 111100

Color Harmonies of #365EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365EFD

Black with #365EFD

Text Example


Text Example

White with #365EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,94,253); }

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

background-color css

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

 a { background-color: rgb(54,94,253); }

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

border-color css

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

 span { border-color: rgb(54,94,253); }

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