Html Css Color HEX #3E70FD Royal Blue

📋 copy color: '#3E70FD'

red 62 ◦ green 112 ◦ blue 253

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

Shades of Royal Blue #3E70FD

Tints of Royal Blue #3E70FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.25%

R = 14.52%
G = 26.23%
B = 59.25%

CMYK

 C value IS 0.75

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3E70FD (or 0x3E70FD) is known color: Royal Blue. HEX triplet: 3E, 70 and FD. RGB value is (62,112,253). Sum of RGB (Red+Green+Blue) = 62+112+253=427 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.52% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #3E70FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E70FD is #C18F02. Grayscale: #707070. Windows color (decimal): -12685059 or 16609342. OLE color: 16609342.

HSL color Cylindrical-coordinate representation of color #3E70FD: hue angle of 224.29º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E70FD is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 62 112 253 -
CMYK 0.75 0.56 0 0.01
HSL 224.29º 0.98% 0.62% -
HSV(B) 224.29º 0.75% 0.99% -
XYZ 25.51 19.7 95.39 -
YUV 113.12 206.94 91.54 -
System Red Green Blue C M Y K H S L
Decimal 62 112 253 0.75 0.56 0 0.01 224.29 0.98 0.62
Hex 3E 70 FD 4B 38 0 1 E0 62 3E
Octal 76 160 375 113 70 0 1 340 142 76
Binary 111110 1110000 11111101 1001011 111000 0 1 11100000 1100010 111110

Color Harmonies of #3E70FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E70FD

Black with #3E70FD

Text Example


Text Example

White with #3E70FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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