Html Css Color HEX #365FDF Royal Blue

📋 copy color: '#365FDF'

red 54 ◦ green 95 ◦ blue 223

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

Shades of Royal Blue #365FDF

Tints of Royal Blue #365FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.95%

R = 14.52%
G = 25.54%
B = 59.95%

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

#365FDF (or 0x365FDF) is known color: Royal Blue. HEX triplet: 36, 5F and DF. RGB value is (54,95,223). Sum of RGB (Red+Green+Blue) = 54+95+223=372 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.52% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #365FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365FDF is #C9A020. Grayscale: #606060. Windows color (decimal): -13213729 or 14638902. OLE color: 14638902.

HSL color Cylindrical-coordinate representation of color #365FDF: hue angle of 225.44º degrees, saturation: 0.73, 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 #365FDF is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 95 223 -
CMYK 0.76 0.57 0 0.13
HSL 225.44º 0.73% 0.54% -
HSV(B) 225.44º 0.76% 0.87% -
XYZ 18.93 14.3 71.57 -
YUV 97.33 198.92 97.09 -
System Red Green Blue C M Y K H S L
Decimal 54 95 223 0.76 0.57 0 0.13 225.44 0.73 0.54
Hex 36 5F DF 4C 39 0 D E1 49 36
Octal 66 137 337 114 71 0 15 341 111 66
Binary 110110 1011111 11011111 1001100 111001 0 1101 11100001 1001001 110110

Color Harmonies of #365FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365FDF

Black with #365FDF

Text Example


Text Example

White with #365FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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