Html Css Color HEX #1F46EF Royal Blue

📋 copy color: '#1F46EF'

red 31 ◦ green 70 ◦ blue 239

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

Shades of Royal Blue #1F46EF

Tints of Royal Blue #1F46EF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.59%

 BLUE value IS 239 (93.75% from 255) = 70.29%

R = 9.12%
G = 20.59%
B = 70.29%

CMYK

 C value IS 0.87

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1F46EF (or 0x1F46EF) is known color: Royal Blue. HEX triplet: 1F, 46 and EF. RGB value is (31,70,239). Sum of RGB (Red+Green+Blue) = 31+70+239=340 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.12% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 239 (93.75% from 255 or 70.29% from 340); Max value from RGB is 239 - color contains mainly: blue. Hex color #1F46EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F46EF is #E0B910. Grayscale: #4C4C4C. Windows color (decimal): -14727441 or 15681055. OLE color: 15681055.

HSL color Cylindrical-coordinate representation of color #1F46EF: hue angle of 228.75º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F46EF is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 31 70 239 -
CMYK 0.87 0.71 0 0.06
HSL 228.75º 0.87% 0.53% -
HSV(B) 228.75º 0.87% 0.94% -
XYZ 18.34 10.9 82.8 -
YUV 77.61 219.08 94.76 -
System Red Green Blue C M Y K H S L
Decimal 31 70 239 0.87 0.71 0 0.06 228.75 0.87 0.53
Hex 1F 46 EF 57 47 0 6 E5 57 35
Octal 37 106 357 127 107 0 6 345 127 65
Binary 11111 1000110 11101111 1010111 1000111 0 110 11100101 1010111 110101

Color Harmonies of #1F46EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F46EF

Black with #1F46EF

Text Example


Text Example

White with #1F46EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,70,239); }

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

background-color css

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

 a { background-color: rgb(31,70,239); }

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

border-color css

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

 span { border-color: rgb(31,70,239); }

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