Html Css Color HEX #365FDC Royal Blue

📋 copy color: '#365FDC'

red 54 ◦ green 95 ◦ blue 220

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

Shades of Royal Blue #365FDC

Tints of Royal Blue #365FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.62%

R = 14.63%
G = 25.75%
B = 59.62%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#365FDC (or 0x365FDC) is known color: Royal Blue. HEX triplet: 36, 5F and DC. RGB value is (54,95,220). Sum of RGB (Red+Green+Blue) = 54+95+220=369 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.63% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #365FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365FDC is #C9A023. Grayscale: #606060. Windows color (decimal): -13213732 or 14442294. OLE color: 14442294.

HSL color Cylindrical-coordinate representation of color #365FDC: hue angle of 225.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #365FDC is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 95 220 -
CMYK 0.75 0.57 0 0.14
HSL 225.18º 0.7% 0.54% -
HSV(B) 225.18º 0.75% 0.86% -
XYZ 18.53 14.14 69.46 -
YUV 96.99 197.42 97.34 -
System Red Green Blue C M Y K H S L
Decimal 54 95 220 0.75 0.57 0 0.14 225.18 0.7 0.54
Hex 36 5F DC 4B 39 0 E E1 46 36
Octal 66 137 334 113 71 0 16 341 106 66
Binary 110110 1011111 11011100 1001011 111001 0 1110 11100001 1000110 110110

Color Harmonies of #365FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365FDC

Black with #365FDC

Text Example


Text Example

White with #365FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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