Html Css Color HEX #3F6ECF Royal Blue

📋 copy color: '#3F6ECF'

red 63 ◦ green 110 ◦ blue 207

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

Shades of Royal Blue #3F6ECF

Tints of Royal Blue #3F6ECF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.95%

 BLUE value IS 207 (81.25% from 255) = 54.47%

R = 16.58%
G = 28.95%
B = 54.47%

CMYK

 C value IS 0.70

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F6ECF (or 0x3F6ECF) is known color: Royal Blue. HEX triplet: 3F, 6E and CF. RGB value is (63,110,207). Sum of RGB (Red+Green+Blue) = 63+110+207=380 (50% of max value = 765). Red value is 63 (25% from 255 or 16.58% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F6ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6ECF is #C09130. Grayscale: #6A6A6A. Windows color (decimal): -12620081 or 13594175. OLE color: 13594175.

HSL color Cylindrical-coordinate representation of color #3F6ECF: hue angle of 220.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F6ECF is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 110 207 -
CMYK 0.70 0.47 0 0.19
HSL 220.42º 0.6% 0.53% -
HSV(B) 220.42º 0.7% 0.81% -
XYZ 18.89 16.71 61.26 -
YUV 107.01 184.43 96.61 -
System Red Green Blue C M Y K H S L
Decimal 63 110 207 0.70 0.47 0 0.19 220.42 0.6 0.53
Hex 3F 6E CF 46 2F 0 13 DC 3C 35
Octal 77 156 317 106 57 0 23 334 74 65
Binary 111111 1101110 11001111 1000110 101111 0 10011 11011100 111100 110101

Color Harmonies of #3F6ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6ECF

Black with #3F6ECF

Text Example


Text Example

White with #3F6ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,110,207); }

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

background-color css

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

 a { background-color: rgb(63,110,207); }

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

border-color css

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

 span { border-color: rgb(63,110,207); }

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