Html Css Color HEX #3F6BDD Royal Blue

📋 copy color: '#3F6BDD'

red 63 ◦ green 107 ◦ blue 221

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

Shades of Royal Blue #3F6BDD

Tints of Royal Blue #3F6BDD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.37%

 BLUE value IS 221 (86.72% from 255) = 56.52%

R = 16.11%
G = 27.37%
B = 56.52%

CMYK

 C value IS 0.71

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F6BDD (or 0x3F6BDD) is known color: Royal Blue. HEX triplet: 3F, 6B and DD. RGB value is (63,107,221). Sum of RGB (Red+Green+Blue) = 63+107+221=391 (51% of max value = 765). Red value is 63 (25% from 255 or 16.11% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F6BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6BDD is #C09422. Grayscale: #6A6A6A. Windows color (decimal): -12620835 or 14510911. OLE color: 14510911.

HSL color Cylindrical-coordinate representation of color #3F6BDD: hue angle of 223.29º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F6BDD is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 107 221 -
CMYK 0.71 0.52 0 0.13
HSL 223.29º 0.7% 0.56% -
HSV(B) 223.29º 0.71% 0.87% -
XYZ 20.36 16.79 70.57 -
YUV 106.84 192.42 96.73 -
System Red Green Blue C M Y K H S L
Decimal 63 107 221 0.71 0.52 0 0.13 223.29 0.7 0.56
Hex 3F 6B DD 47 34 0 D DF 46 38
Octal 77 153 335 107 64 0 15 337 106 70
Binary 111111 1101011 11011101 1000111 110100 0 1101 11011111 1000110 111000

Color Harmonies of #3F6BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6BDD

Black with #3F6BDD

Text Example


Text Example

White with #3F6BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,107,221); }

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

background-color css

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

 a { background-color: rgb(63,107,221); }

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

border-color css

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

 span { border-color: rgb(63,107,221); }

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