Html Css Color HEX #3F70EA Royal Blue

📋 copy color: '#3F70EA'

red 63 ◦ green 112 ◦ blue 234

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

Shades of Royal Blue #3F70EA

Tints of Royal Blue #3F70EA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.38%

 BLUE value IS 234 (91.8% from 255) = 57.21%

R = 15.4%
G = 27.38%
B = 57.21%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3F70EA (or 0x3F70EA) is known color: Royal Blue. HEX triplet: 3F, 70 and EA. RGB value is (63,112,234). Sum of RGB (Red+Green+Blue) = 63+112+234=409 (54% of max value = 765). Red value is 63 (25% from 255 or 15.40% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #3F70EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F70EA is #C08F15. Grayscale: #6E6E6E. Windows color (decimal): -12619542 or 15364159. OLE color: 15364159.

HSL color Cylindrical-coordinate representation of color #3F70EA: hue angle of 222.81º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F70EA is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 112 234 -
CMYK 0.73 0.52 0 0.08
HSL 222.81º 0.8% 0.58% -
HSV(B) 222.81º 0.73% 0.92% -
XYZ 22.7 18.59 80.23 -
YUV 111.26 197.27 93.58 -
System Red Green Blue C M Y K H S L
Decimal 63 112 234 0.73 0.52 0 0.08 222.81 0.8 0.58
Hex 3F 70 EA 49 34 0 8 DF 50 3A
Octal 77 160 352 111 64 0 10 337 120 72
Binary 111111 1110000 11101010 1001001 110100 0 1000 11011111 1010000 111010

Color Harmonies of #3F70EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F70EA

Black with #3F70EA

Text Example


Text Example

White with #3F70EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,112,234); }

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

background-color css

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

 a { background-color: rgb(63,112,234); }

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

border-color css

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

 span { border-color: rgb(63,112,234); }

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