Html Css Color HEX #3F74E0 Royal Blue

📋 copy color: '#3F74E0'

red 63 ◦ green 116 ◦ blue 224

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

Shades of Royal Blue #3F74E0

Tints of Royal Blue #3F74E0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.78%

 BLUE value IS 224 (87.89% from 255) = 55.58%

R = 15.63%
G = 28.78%
B = 55.58%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3F74E0 (or 0x3F74E0) is known color: Royal Blue. HEX triplet: 3F, 74 and E0. RGB value is (63,116,224). Sum of RGB (Red+Green+Blue) = 63+116+224=403 (53% of max value = 765). Red value is 63 (25% from 255 or 15.63% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #3F74E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F74E0 is #C08B1F. Grayscale: #6F6F6F. Windows color (decimal): -12618528 or 14709823. OLE color: 14709823.

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

Color convert

RGB 63 116 224 -
CMYK 0.72 0.48 0 0.12
HSL 220.25º 0.72% 0.56% -
HSV(B) 220.25º 0.72% 0.88% -
XYZ 21.75 18.93 73.03 -
YUV 112.47 190.94 92.72 -
System Red Green Blue C M Y K H S L
Decimal 63 116 224 0.72 0.48 0 0.12 220.25 0.72 0.56
Hex 3F 74 E0 48 30 0 C DC 48 38
Octal 77 164 340 110 60 0 14 334 110 70
Binary 111111 1110100 11100000 1001000 110000 0 1100 11011100 1001000 111000

Color Harmonies of #3F74E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F74E0

Black with #3F74E0

Text Example


Text Example

White with #3F74E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,116,224); }

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

background-color css

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

 a { background-color: rgb(63,116,224); }

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

border-color css

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

 span { border-color: rgb(63,116,224); }

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