Html Css Color HEX #1F5EFB Royal Blue

📋 copy color: '#1F5EFB'

red 31 ◦ green 94 ◦ blue 251

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

Shades of Royal Blue #1F5EFB

Tints of Royal Blue #1F5EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25%

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

R = 8.24%
G = 25%
B = 66.76%

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

#1F5EFB (or 0x1F5EFB) is known color: Royal Blue. HEX triplet: 1F, 5E and FB. RGB value is (31,94,251). Sum of RGB (Red+Green+Blue) = 31+94+251=376 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.24% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F5EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F5EFB is #E0A104. Grayscale: #5C5C5C. Windows color (decimal): -14721285 or 16473631. OLE color: 16473631.

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

Color convert

RGB 31 94 251 -
CMYK 0.88 0.63 0 0.02
HSL 222.82º 0.96% 0.55% -
HSV(B) 222.82º 0.88% 0.98% -
XYZ 21.98 15.26 93.05 -
YUV 93.06 217.13 83.73 -
System Red Green Blue C M Y K H S L
Decimal 31 94 251 0.88 0.63 0 0.02 222.82 0.96 0.55
Hex 1F 5E FB 58 3F 0 2 DF 60 37
Octal 37 136 373 130 77 0 2 337 140 67
Binary 11111 1011110 11111011 1011000 111111 0 10 11011111 1100000 110111

Color Harmonies of #1F5EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5EFB

Black with #1F5EFB

Text Example


Text Example

White with #1F5EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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