Html Css Color HEX #5F6CDC Royal Blue

📋 copy color: '#5F6CDC'

red 95 ◦ green 108 ◦ blue 220

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

Shades of Royal Blue #5F6CDC

Tints of Royal Blue #5F6CDC

RGB

 RED value IS 95 (37.5% from 255) = 22.46%

 GREEN value IS 108 (42.58% from 255) = 25.53%

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

R = 22.46%
G = 25.53%
B = 52.01%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5F6CDC (or 0x5F6CDC) is known color: Royal Blue. HEX triplet: 5F, 6C and DC. RGB value is (95,108,220). Sum of RGB (Red+Green+Blue) = 95+108+220=423 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.46% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F6CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F6CDC is #A09323. Grayscale: #747474. Windows color (decimal): -10523428 or 14445663. OLE color: 14445663.

HSL color Cylindrical-coordinate representation of color #5F6CDC: hue angle of 233.76º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F6CDC is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 108 220 -
CMYK 0.57 0.51 0 0.14
HSL 233.76º 0.64% 0.62% -
HSV(B) 233.76º 0.57% 0.86% -
XYZ 23 18.33 70.04 -
YUV 116.88 186.19 112.39 -
System Red Green Blue C M Y K H S L
Decimal 95 108 220 0.57 0.51 0 0.14 233.76 0.64 0.62
Hex 5F 6C DC 39 33 0 E EA 40 3E
Octal 137 154 334 71 63 0 16 352 100 76
Binary 1011111 1101100 11011100 111001 110011 0 1110 11101010 1000000 111110

Color Harmonies of #5F6CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6CDC

Black with #5F6CDC

Text Example


Text Example

White with #5F6CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F6CDC; }

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

 H1.HeaderClassName
 {
   color: #5F6CDC;
 }
 .AnyTagClassName
 {
   color: #5F6CDC;
 }
</style>

background-color css

<style>
 a { background-color: #5F6CDC; }

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

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

border-color css

<style>
 span { border-color: #5F6CDC; }

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

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