Html Css Color HEX #3F7ACF Royal Blue

📋 copy color: '#3F7ACF'

red 63 ◦ green 122 ◦ blue 207

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

Shades of Royal Blue #3F7ACF

Tints of Royal Blue #3F7ACF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.12%

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

R = 16.07%
G = 31.12%
B = 52.81%

CMYK

 C value IS 0.70

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F7ACF (or 0x3F7ACF) is known color: Royal Blue. HEX triplet: 3F, 7A and CF. RGB value is (63,122,207). Sum of RGB (Red+Green+Blue) = 63+122+207=392 (51% of max value = 765). Red value is 63 (25% from 255 or 16.07% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F7ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7ACF is #C08530. Grayscale: #717171. Windows color (decimal): -12617009 or 13597247. OLE color: 13597247.

HSL color Cylindrical-coordinate representation of color #3F7ACF: hue angle of 215.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 #3F7ACF is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 122 207 -
CMYK 0.70 0.41 0 0.19
HSL 215.42º 0.6% 0.53% -
HSV(B) 215.42º 0.7% 0.81% -
XYZ 20.27 19.48 61.72 -
YUV 114.05 180.45 91.59 -
System Red Green Blue C M Y K H S L
Decimal 63 122 207 0.70 0.41 0 0.19 215.42 0.6 0.53
Hex 3F 7A CF 46 29 0 13 D7 3C 35
Octal 77 172 317 106 51 0 23 327 74 65
Binary 111111 1111010 11001111 1000110 101001 0 10011 11010111 111100 110101

Color Harmonies of #3F7ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7ACF

Black with #3F7ACF

Text Example


Text Example

White with #3F7ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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