Html Css Color HEX #3E70FA Royal Blue

📋 copy color: '#3E70FA'

red 62 ◦ green 112 ◦ blue 250

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

Shades of Royal Blue #3E70FA

Tints of Royal Blue #3E70FA

RGB

 RED value IS 62 (24.61% from 255) = 14.62%

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

 BLUE value IS 250 (98.05% from 255) = 58.96%

R = 14.62%
G = 26.42%
B = 58.96%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3E70FA (or 0x3E70FA) is known color: Royal Blue. HEX triplet: 3E, 70 and FA. RGB value is (62,112,250). Sum of RGB (Red+Green+Blue) = 62+112+250=424 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.62% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #3E70FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E70FA is #C18F05. Grayscale: #707070. Windows color (decimal): -12685062 or 16412734. OLE color: 16412734.

HSL color Cylindrical-coordinate representation of color #3E70FA: hue angle of 224.04º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E70FA is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 62 112 250 -
CMYK 0.75 0.55 0 0.02
HSL 224.04º 0.95% 0.61% -
HSV(B) 224.04º 0.75% 0.98% -
XYZ 25.04 19.51 92.89 -
YUV 112.78 205.44 91.78 -
System Red Green Blue C M Y K H S L
Decimal 62 112 250 0.75 0.55 0 0.02 224.04 0.95 0.61
Hex 3E 70 FA 4B 37 0 2 E0 5F 3D
Octal 76 160 372 113 67 0 2 340 137 75
Binary 111110 1110000 11111010 1001011 110111 0 10 11100000 1011111 111101

Color Harmonies of #3E70FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E70FA

Black with #3E70FA

Text Example


Text Example

White with #3E70FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,112,250); }

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

background-color css

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

 a { background-color: rgb(62,112,250); }

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

border-color css

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

 span { border-color: rgb(62,112,250); }

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