Html Css Color HEX #1F5CFB Royal Blue

📋 copy color: '#1F5CFB'

red 31 ◦ green 92 ◦ blue 251

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

Shades of Royal Blue #1F5CFB

Tints of Royal Blue #1F5CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.6%

 BLUE value IS 251 (98.44% from 255) = 67.11%

R = 8.29%
G = 24.6%
B = 67.11%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1F5CFB (or 0x1F5CFB) is known color: Royal Blue. HEX triplet: 1F, 5C and FB. RGB value is (31,92,251). Sum of RGB (Red+Green+Blue) = 31+92+251=374 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.29% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F5CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F5CFB is #E0A304. Grayscale: #5B5B5B. Windows color (decimal): -14721797 or 16473119. OLE color: 16473119.

HSL color Cylindrical-coordinate representation of color #1F5CFB: hue angle of 223.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F5CFB is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 31 92 251 -
CMYK 0.88 0.63 0 0.02
HSL 223.36º 0.96% 0.55% -
HSV(B) 223.36º 0.88% 0.98% -
XYZ 21.8 14.91 93 -
YUV 91.89 217.79 84.57 -
System Red Green Blue C M Y K H S L
Decimal 31 92 251 0.88 0.63 0 0.02 223.36 0.96 0.55
Hex 1F 5C FB 58 3F 0 2 DF 60 37
Octal 37 134 373 130 77 0 2 337 140 67
Binary 11111 1011100 11111011 1011000 111111 0 10 11011111 1100000 110111

Color Harmonies of #1F5CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5CFB

Black with #1F5CFB

Text Example


Text Example

White with #1F5CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,92,251); }

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

background-color css

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

 a { background-color: rgb(31,92,251); }

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

border-color css

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

 span { border-color: rgb(31,92,251); }

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