Html Css Color HEX #365FDB Royal Blue

📋 copy color: '#365FDB'

red 54 ◦ green 95 ◦ blue 219

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

Shades of Royal Blue #365FDB

Tints of Royal Blue #365FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.51%

R = 14.67%
G = 25.82%
B = 59.51%

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

#365FDB (or 0x365FDB) is known color: Royal Blue. HEX triplet: 36, 5F and DB. RGB value is (54,95,219). Sum of RGB (Red+Green+Blue) = 54+95+219=368 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.67% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #365FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365FDB is #C9A024. Grayscale: #606060. Windows color (decimal): -13213733 or 14376758. OLE color: 14376758.

HSL color Cylindrical-coordinate representation of color #365FDB: hue angle of 225.09º 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 #365FDB is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 95 219 -
CMYK 0.75 0.57 0 0.14
HSL 225.09º 0.7% 0.54% -
HSV(B) 225.09º 0.75% 0.86% -
XYZ 18.4 14.08 68.77 -
YUV 96.88 196.92 97.42 -
System Red Green Blue C M Y K H S L
Decimal 54 95 219 0.75 0.57 0 0.14 225.09 0.7 0.54
Hex 36 5F DB 4B 39 0 E E1 46 36
Octal 66 137 333 113 71 0 16 341 106 66
Binary 110110 1011111 11011011 1001011 111001 0 1110 11100001 1000110 110110

Color Harmonies of #365FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365FDB

Black with #365FDB

Text Example


Text Example

White with #365FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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