Html Css Color HEX #1F58FC Royal Blue

📋 copy color: '#1F58FC'

red 31 ◦ green 88 ◦ blue 252

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

Shades of Royal Blue #1F58FC

Tints of Royal Blue #1F58FC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.72%

 BLUE value IS 252 (98.83% from 255) = 67.92%

R = 8.36%
G = 23.72%
B = 67.92%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1F58FC (or 0x1F58FC) is known color: Royal Blue. HEX triplet: 1F, 58 and FC. RGB value is (31,88,252). Sum of RGB (Red+Green+Blue) = 31+88+252=371 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.36% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #1F58FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F58FC is #E0A703. Grayscale: #585858. Windows color (decimal): -14722820 or 16537631. OLE color: 16537631.

HSL color Cylindrical-coordinate representation of color #1F58FC: hue angle of 224.52º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F58FC is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 31 88 252 -
CMYK 0.88 0.65 0 0.01
HSL 224.52º 0.97% 0.55% -
HSV(B) 224.52º 0.88% 0.99% -
XYZ 21.63 14.3 93.72 -
YUV 89.65 219.62 86.16 -
System Red Green Blue C M Y K H S L
Decimal 31 88 252 0.88 0.65 0 0.01 224.52 0.97 0.55
Hex 1F 58 FC 58 41 0 1 E1 61 37
Octal 37 130 374 130 101 0 1 341 141 67
Binary 11111 1011000 11111100 1011000 1000001 0 1 11100001 1100001 110111

Color Harmonies of #1F58FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F58FC

Black with #1F58FC

Text Example


Text Example

White with #1F58FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,88,252); }

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

background-color css

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

 a { background-color: rgb(31,88,252); }

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

border-color css

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

 span { border-color: rgb(31,88,252); }

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