Html Css Color HEX #1F63F9 Royal Blue

📋 copy color: '#1F63F9'

red 31 ◦ green 99 ◦ blue 249

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

Shades of Royal Blue #1F63F9

Tints of Royal Blue #1F63F9

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.12%

 BLUE value IS 249 (97.66% from 255) = 65.7%

R = 8.18%
G = 26.12%
B = 65.7%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1F63F9 (or 0x1F63F9) is known color: Royal Blue. HEX triplet: 1F, 63 and F9. RGB value is (31,99,249). Sum of RGB (Red+Green+Blue) = 31+99+249=379 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.18% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 249 (97.66% from 255 or 65.70% from 379); Max value from RGB is 249 - color contains mainly: blue. Hex color #1F63F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F63F9 is #E09C06. Grayscale: #5F5F5F. Windows color (decimal): -14720007 or 16343839. OLE color: 16343839.

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

Color convert

RGB 31 99 249 -
CMYK 0.88 0.60 0 0.02
HSL 221.28º 0.95% 0.55% -
HSV(B) 221.28º 0.88% 0.98% -
XYZ 22.13 16.05 91.56 -
YUV 95.77 214.47 81.8 -
System Red Green Blue C M Y K H S L
Decimal 31 99 249 0.88 0.60 0 0.02 221.28 0.95 0.55
Hex 1F 63 F9 58 3C 0 2 DD 5F 37
Octal 37 143 371 130 74 0 2 335 137 67
Binary 11111 1100011 11111001 1011000 111100 0 10 11011101 1011111 110111

Color Harmonies of #1F63F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F63F9

Black with #1F63F9

Text Example


Text Example

White with #1F63F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,99,249); }

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

background-color css

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

 a { background-color: rgb(31,99,249); }

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

border-color css

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

 span { border-color: rgb(31,99,249); }

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