Html Css Color HEX #3F54E0 Royal Blue

📋 copy color: '#3F54E0'

red 63 ◦ green 84 ◦ blue 224

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

Shades of Royal Blue #3F54E0

Tints of Royal Blue #3F54E0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.64%

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

R = 16.98%
G = 22.64%
B = 60.38%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3F54E0 (or 0x3F54E0) is known color: Royal Blue. HEX triplet: 3F, 54 and E0. RGB value is (63,84,224). Sum of RGB (Red+Green+Blue) = 63+84+224=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 224 (87.89% from 255 or 60.38% from 371); Max value from RGB is 224 - color contains mainly: blue. Hex color #3F54E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F54E0 is #C0AB1F. Grayscale: #5D5D5D. Windows color (decimal): -12626720 or 14701631. OLE color: 14701631.

HSL color Cylindrical-coordinate representation of color #3F54E0: hue angle of 232.17º 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 #3F54E0 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 63 84 224 -
CMYK 0.72 0.62 0 0.12
HSL 232.17º 0.72% 0.56% -
HSV(B) 232.17º 0.72% 0.88% -
XYZ 18.67 12.78 72 -
YUV 93.68 201.54 106.12 -
System Red Green Blue C M Y K H S L
Decimal 63 84 224 0.72 0.62 0 0.12 232.17 0.72 0.56
Hex 3F 54 E0 48 3E 0 C E8 48 38
Octal 77 124 340 110 76 0 14 350 110 70
Binary 111111 1010100 11100000 1001000 111110 0 1100 11101000 1001000 111000

Color Harmonies of #3F54E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F54E0

Black with #3F54E0

Text Example


Text Example

White with #3F54E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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