Html Css Color HEX #1F54EB Royal Blue

📋 copy color: '#1F54EB'

red 31 ◦ green 84 ◦ blue 235

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

Shades of Royal Blue #1F54EB

Tints of Royal Blue #1F54EB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24%

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

R = 8.86%
G = 24%
B = 67.14%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1F54EB (or 0x1F54EB) is known color: Royal Blue. HEX triplet: 1F, 54 and EB. RGB value is (31,84,235). Sum of RGB (Red+Green+Blue) = 31+84+235=350 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.86% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 235 (92.19% from 255 or 67.14% from 350); Max value from RGB is 235 - color contains mainly: blue. Hex color #1F54EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F54EB is #E0AB14. Grayscale: #545454. Windows color (decimal): -14723861 or 15422495. OLE color: 15422495.

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

Color convert

RGB 31 84 235 -
CMYK 0.87 0.64 0 0.08
HSL 224.41º 0.84% 0.52% -
HSV(B) 224.41º 0.87% 0.92% -
XYZ 18.73 12.63 80.05 -
YUV 85.37 212.44 89.22 -
System Red Green Blue C M Y K H S L
Decimal 31 84 235 0.87 0.64 0 0.08 224.41 0.84 0.52
Hex 1F 54 EB 57 40 0 8 E0 54 34
Octal 37 124 353 127 100 0 10 340 124 64
Binary 11111 1010100 11101011 1010111 1000000 0 1000 11100000 1010100 110100

Color Harmonies of #1F54EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F54EB

Black with #1F54EB

Text Example


Text Example

White with #1F54EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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