Html Css Color HEX #1F55FD Royal Blue

📋 copy color: '#1F55FD'

red 31 ◦ green 85 ◦ blue 253

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

Shades of Royal Blue #1F55FD

Tints of Royal Blue #1F55FD

RGB

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

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

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

R = 8.4%
G = 23.04%
B = 68.56%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1F55FD (or 0x1F55FD) is known color: Royal Blue. HEX triplet: 1F, 55 and FD. RGB value is (31,85,253). Sum of RGB (Red+Green+Blue) = 31+85+253=369 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.40% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #1F55FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F55FD is #E0AA02. Grayscale: #575757. Windows color (decimal): -14723587 or 16602399. OLE color: 16602399.

HSL color Cylindrical-coordinate representation of color #1F55FD: hue angle of 225.41º 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 #1F55FD is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 31 85 253 -
CMYK 0.88 0.66 0 0.01
HSL 225.41º 0.98% 0.56% -
HSV(B) 225.41º 0.88% 0.99% -
XYZ 21.54 13.88 94.47 -
YUV 88.01 221.11 87.34 -
System Red Green Blue C M Y K H S L
Decimal 31 85 253 0.88 0.66 0 0.01 225.41 0.98 0.56
Hex 1F 55 FD 58 42 0 1 E1 62 38
Octal 37 125 375 130 102 0 1 341 142 70
Binary 11111 1010101 11111101 1011000 1000010 0 1 11100001 1100010 111000

Color Harmonies of #1F55FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F55FD

Black with #1F55FD

Text Example


Text Example

White with #1F55FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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