Html Css Color HEX #3F6FDC Royal Blue

📋 copy color: '#3F6FDC'

red 63 ◦ green 111 ◦ blue 220

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

Shades of Royal Blue #3F6FDC

Tints of Royal Blue #3F6FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.17%

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

R = 15.99%
G = 28.17%
B = 55.84%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3F6FDC (or 0x3F6FDC) is known color: Royal Blue. HEX triplet: 3F, 6F and DC. RGB value is (63,111,220). Sum of RGB (Red+Green+Blue) = 63+111+220=394 (52% of max value = 765). Red value is 63 (25% from 255 or 15.99% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F6FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6FDC is #C09023. Grayscale: #6C6C6C. Windows color (decimal): -12619812 or 14446399. OLE color: 14446399.

HSL color Cylindrical-coordinate representation of color #3F6FDC: hue angle of 221.66º 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 #3F6FDC is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 111 220 -
CMYK 0.71 0.50 0 0.14
HSL 221.66º 0.69% 0.55% -
HSV(B) 221.66º 0.71% 0.86% -
XYZ 20.65 17.59 70.02 -
YUV 109.07 190.6 95.14 -
System Red Green Blue C M Y K H S L
Decimal 63 111 220 0.71 0.50 0 0.14 221.66 0.69 0.55
Hex 3F 6F DC 47 32 0 E DE 45 37
Octal 77 157 334 107 62 0 16 336 105 67
Binary 111111 1101111 11011100 1000111 110010 0 1110 11011110 1000101 110111

Color Harmonies of #3F6FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6FDC

Black with #3F6FDC

Text Example


Text Example

White with #3F6FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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