Html Css Color HEX #365EDD Royal Blue

📋 copy color: '#365EDD'

red 54 ◦ green 94 ◦ blue 221

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

Shades of Royal Blue #365EDD

Tints of Royal Blue #365EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.89%

R = 14.63%
G = 25.47%
B = 59.89%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#365EDD (or 0x365EDD) is known color: Royal Blue. HEX triplet: 36, 5E and DD. RGB value is (54,94,221). Sum of RGB (Red+Green+Blue) = 54+94+221=369 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.63% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #365EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365EDD is #C9A122. Grayscale: #5F5F5F. Windows color (decimal): -13213987 or 14507574. OLE color: 14507574.

HSL color Cylindrical-coordinate representation of color #365EDD: hue angle of 225.63º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #365EDD is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 94 221 -
CMYK 0.76 0.57 0 0.13
HSL 225.63º 0.71% 0.54% -
HSV(B) 225.63º 0.76% 0.87% -
XYZ 18.58 14.01 70.13 -
YUV 96.52 198.25 97.67 -
System Red Green Blue C M Y K H S L
Decimal 54 94 221 0.76 0.57 0 0.13 225.63 0.71 0.54
Hex 36 5E DD 4C 39 0 D E2 47 36
Octal 66 136 335 114 71 0 15 342 107 66
Binary 110110 1011110 11011101 1001100 111001 0 1101 11100010 1000111 110110

Color Harmonies of #365EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365EDD

Black with #365EDD

Text Example


Text Example

White with #365EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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