Html Css Color HEX #1F5EFA Royal Blue

📋 copy color: '#1F5EFA'

red 31 ◦ green 94 ◦ blue 250

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

Shades of Royal Blue #1F5EFA

Tints of Royal Blue #1F5EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.67%

R = 8.27%
G = 25.07%
B = 66.67%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1F5EFA (or 0x1F5EFA) is known color: Royal Blue. HEX triplet: 1F, 5E and FA. RGB value is (31,94,250). Sum of RGB (Red+Green+Blue) = 31+94+250=375 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.27% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #1F5EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F5EFA is #E0A105. Grayscale: #5C5C5C. Windows color (decimal): -14721286 or 16408095. OLE color: 16408095.

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

Color convert

RGB 31 94 250 -
CMYK 0.88 0.62 0 0.02
HSL 222.74º 0.96% 0.55% -
HSV(B) 222.74º 0.88% 0.98% -
XYZ 21.82 15.2 92.23 -
YUV 92.95 216.63 83.82 -
System Red Green Blue C M Y K H S L
Decimal 31 94 250 0.88 0.62 0 0.02 222.74 0.96 0.55
Hex 1F 5E FA 58 3E 0 2 DF 60 37
Octal 37 136 372 130 76 0 2 337 140 67
Binary 11111 1011110 11111010 1011000 111110 0 10 11011111 1100000 110111

Color Harmonies of #1F5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5EFA

Black with #1F5EFA

Text Example


Text Example

White with #1F5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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