Html Css Color HEX #3F5FDC Royal Blue

📋 copy color: '#3F5FDC'

red 63 ◦ green 95 ◦ blue 220

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

Shades of Royal Blue #3F5FDC

Tints of Royal Blue #3F5FDC

RGB

 RED value IS 63 (25% from 255) = 16.67%

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

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

R = 16.67%
G = 25.13%
B = 58.2%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3F5FDC (or 0x3F5FDC) is known color: Royal Blue. HEX triplet: 3F, 5F and DC. RGB value is (63,95,220). Sum of RGB (Red+Green+Blue) = 63+95+220=378 (50% of max value = 765). Red value is 63 (25% from 255 or 16.67% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F5FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5FDC is #C0A023. Grayscale: #636363. Windows color (decimal): -12623908 or 14442303. OLE color: 14442303.

HSL color Cylindrical-coordinate representation of color #3F5FDC: hue angle of 227.77º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F5FDC is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 95 220 -
CMYK 0.71 0.57 0 0.14
HSL 227.77º 0.69% 0.55% -
HSV(B) 227.77º 0.71% 0.86% -
XYZ 19.06 14.41 69.49 -
YUV 99.68 195.9 101.84 -
System Red Green Blue C M Y K H S L
Decimal 63 95 220 0.71 0.57 0 0.14 227.77 0.69 0.55
Hex 3F 5F DC 47 39 0 E E4 45 37
Octal 77 137 334 107 71 0 16 344 105 67
Binary 111111 1011111 11011100 1000111 111001 0 1110 11100100 1000101 110111

Color Harmonies of #3F5FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5FDC

Black with #3F5FDC

Text Example


Text Example

White with #3F5FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F5FDC; }

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

 H1.HeaderClassName
 {
   color: #3F5FDC;
 }
 .AnyTagClassName
 {
   color: #3F5FDC;
 }
</style>

background-color css

<style>
 a { background-color: #3F5FDC; }

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

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

border-color css

<style>
 span { border-color: #3F5FDC; }

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

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