Html Css Color HEX #1F70EB Royal Blue

📋 copy color: '#1F70EB'

red 31 ◦ green 112 ◦ blue 235

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

Shades of Royal Blue #1F70EB

Tints of Royal Blue #1F70EB

RGB

 RED value IS 31 (12.5% from 255) = 8.2%

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

 BLUE value IS 235 (92.19% from 255) = 62.17%

R = 8.2%
G = 29.63%
B = 62.17%

CMYK

 C value IS 0.87

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1F70EB (or 0x1F70EB) is known color: Royal Blue. HEX triplet: 1F, 70 and EB. RGB value is (31,112,235). Sum of RGB (Red+Green+Blue) = 31+112+235=378 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.20% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #1F70EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F70EB is #E08F14. Grayscale: #656565. Windows color (decimal): -14716693 or 15429663. OLE color: 15429663.

HSL color Cylindrical-coordinate representation of color #1F70EB: hue angle of 216.18º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F70EB is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 31 112 235 -
CMYK 0.87 0.52 0 0.08
HSL 216.18º 0.84% 0.52% -
HSV(B) 216.18º 0.87% 0.92% -
XYZ 21.35 17.88 80.92 -
YUV 101.8 203.16 77.5 -
System Red Green Blue C M Y K H S L
Decimal 31 112 235 0.87 0.52 0 0.08 216.18 0.84 0.52
Hex 1F 70 EB 57 34 0 8 D8 54 34
Octal 37 160 353 127 64 0 10 330 124 64
Binary 11111 1110000 11101011 1010111 110100 0 1000 11011000 1010100 110100

Color Harmonies of #1F70EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F70EB

Black with #1F70EB

Text Example


Text Example

White with #1F70EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F70EB; }

 p { color: rgb(31,112,235); }

 H1.HeaderClassName
 {
   color: #1F70EB;
 }
 .AnyTagClassName
 {
   color: #1F70EB;
 }
</style>

background-color css

<style>
 a { background-color: #1F70EB; }

 a { background-color: rgb(31,112,235); }

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

border-color css

<style>
 span { border-color: #1F70EB; }

 span { border-color: rgb(31,112,235); }

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