Html Css Color HEX #1F62EC Royal Blue

📋 copy color: '#1F62EC'

red 31 ◦ green 98 ◦ blue 236

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

Shades of Royal Blue #1F62EC

Tints of Royal Blue #1F62EC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.85%

 BLUE value IS 236 (92.58% from 255) = 64.66%

R = 8.49%
G = 26.85%
B = 64.66%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1F62EC (or 0x1F62EC) is known color: Royal Blue. HEX triplet: 1F, 62 and EC. RGB value is (31,98,236). Sum of RGB (Red+Green+Blue) = 31+98+236=365 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.49% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #1F62EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F62EC is #E09D13. Grayscale: #5D5D5D. Windows color (decimal): -14720276 or 15491615. OLE color: 15491615.

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

Color convert

RGB 31 98 236 -
CMYK 0.87 0.58 0 0.07
HSL 220.39º 0.84% 0.52% -
HSV(B) 220.39º 0.87% 0.93% -
XYZ 20.07 15.08 81.21 -
YUV 93.7 208.3 83.28 -
System Red Green Blue C M Y K H S L
Decimal 31 98 236 0.87 0.58 0 0.07 220.39 0.84 0.52
Hex 1F 62 EC 57 3A 0 7 DC 54 34
Octal 37 142 354 127 72 0 7 334 124 64
Binary 11111 1100010 11101100 1010111 111010 0 111 11011100 1010100 110100

Color Harmonies of #1F62EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F62EC

Black with #1F62EC

Text Example


Text Example

White with #1F62EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,98,236); }

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

background-color css

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

 a { background-color: rgb(31,98,236); }

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

border-color css

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

 span { border-color: rgb(31,98,236); }

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