Html Css Color HEX #1F55EC Royal Blue

📋 copy color: '#1F55EC'

red 31 ◦ green 85 ◦ blue 236

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

Shades of Royal Blue #1F55EC

Tints of Royal Blue #1F55EC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.15%

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

R = 8.81%
G = 24.15%
B = 67.05%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1F55EC (or 0x1F55EC) is known color: Royal Blue. HEX triplet: 1F, 55 and EC. RGB value is (31,85,236). Sum of RGB (Red+Green+Blue) = 31+85+236=352 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.81% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #1F55EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F55EC is #E0AA13. Grayscale: #555555. Windows color (decimal): -14723604 or 15488287. OLE color: 15488287.

HSL color Cylindrical-coordinate representation of color #1F55EC: hue angle of 224.2º 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 #1F55EC is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 85 236 -
CMYK 0.87 0.64 0 0.07
HSL 224.2º 0.84% 0.52% -
HSV(B) 224.2º 0.87% 0.93% -
XYZ 18.95 12.84 80.84 -
YUV 86.07 212.61 88.72 -
System Red Green Blue C M Y K H S L
Decimal 31 85 236 0.87 0.64 0 0.07 224.2 0.84 0.52
Hex 1F 55 EC 57 40 0 7 E0 54 34
Octal 37 125 354 127 100 0 7 340 124 64
Binary 11111 1010101 11101100 1010111 1000000 0 111 11100000 1010100 110100

Color Harmonies of #1F55EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F55EC

Black with #1F55EC

Text Example


Text Example

White with #1F55EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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