Html Css Color HEX #1F5CFD Royal Blue

📋 copy color: '#1F5CFD'

red 31 ◦ green 92 ◦ blue 253

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

Shades of Royal Blue #1F5CFD

Tints of Royal Blue #1F5CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 67.29%

R = 8.24%
G = 24.47%
B = 67.29%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1F5CFD (or 0x1F5CFD) is known color: Royal Blue. HEX triplet: 1F, 5C and FD. RGB value is (31,92,253). Sum of RGB (Red+Green+Blue) = 31+92+253=376 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.24% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 253 (99.22% from 255 or 67.29% from 376); Max value from RGB is 253 - color contains mainly: blue. Hex color #1F5CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F5CFD is #E0A302. Grayscale: #5B5B5B. Windows color (decimal): -14721795 or 16604191. OLE color: 16604191.

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

Color convert

RGB 31 92 253 -
CMYK 0.88 0.64 0 0.01
HSL 223.51º 0.98% 0.56% -
HSV(B) 223.51º 0.88% 0.99% -
XYZ 22.12 15.04 94.67 -
YUV 92.12 218.79 84.41 -
System Red Green Blue C M Y K H S L
Decimal 31 92 253 0.88 0.64 0 0.01 223.51 0.98 0.56
Hex 1F 5C FD 58 40 0 1 E0 62 38
Octal 37 134 375 130 100 0 1 340 142 70
Binary 11111 1011100 11111101 1011000 1000000 0 1 11100000 1100010 111000

Color Harmonies of #1F5CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5CFD

Black with #1F5CFD

Text Example


Text Example

White with #1F5CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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