Html Css Color HEX #3F73DE Royal Blue

📋 copy color: '#3F73DE'

red 63 ◦ green 115 ◦ blue 222

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

Shades of Royal Blue #3F73DE

Tints of Royal Blue #3F73DE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.75%

 BLUE value IS 222 (87.11% from 255) = 55.5%

R = 15.75%
G = 28.75%
B = 55.5%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F73DE (or 0x3F73DE) is known color: Royal Blue. HEX triplet: 3F, 73 and DE. RGB value is (63,115,222). Sum of RGB (Red+Green+Blue) = 63+115+222=400 (52% of max value = 765). Red value is 63 (25% from 255 or 15.75% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #3F73DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F73DE is #C08C21. Grayscale: #6F6F6F. Windows color (decimal): -12618786 or 14578495. OLE color: 14578495.

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

Color convert

RGB 63 115 222 -
CMYK 0.72 0.48 0 0.13
HSL 220.38º 0.71% 0.56% -
HSV(B) 220.38º 0.72% 0.87% -
XYZ 21.37 18.59 71.57 -
YUV 111.65 190.27 93.3 -
System Red Green Blue C M Y K H S L
Decimal 63 115 222 0.72 0.48 0 0.13 220.38 0.71 0.56
Hex 3F 73 DE 48 30 0 D DC 47 38
Octal 77 163 336 110 60 0 15 334 107 70
Binary 111111 1110011 11011110 1001000 110000 0 1101 11011100 1000111 111000

Color Harmonies of #3F73DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F73DE

Black with #3F73DE

Text Example


Text Example

White with #3F73DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,115,222); }

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

background-color css

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

 a { background-color: rgb(63,115,222); }

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

border-color css

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

 span { border-color: rgb(63,115,222); }

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