Html Css Color HEX #1F60DF Royal Blue

📋 copy color: '#1F60DF'

red 31 ◦ green 96 ◦ blue 223

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

Shades of Royal Blue #1F60DF

Tints of Royal Blue #1F60DF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.43%

 BLUE value IS 223 (87.5% from 255) = 63.71%

R = 8.86%
G = 27.43%
B = 63.71%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F60DF (or 0x1F60DF) is known color: Royal Blue. HEX triplet: 1F, 60 and DF. RGB value is (31,96,223). Sum of RGB (Red+Green+Blue) = 31+96+223=350 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.86% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #1F60DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F60DF is #E09F20. Grayscale: #5A5A5A. Windows color (decimal): -14720801 or 14639135. OLE color: 14639135.

HSL color Cylindrical-coordinate representation of color #1F60DF: hue angle of 219.69º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F60DF is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 31 96 223 -
CMYK 0.86 0.57 0 0.13
HSL 219.69º 0.76% 0.5% -
HSV(B) 219.69º 0.86% 0.87% -
XYZ 18.07 13.98 71.56 -
YUV 91.04 202.47 85.17 -
System Red Green Blue C M Y K H S L
Decimal 31 96 223 0.86 0.57 0 0.13 219.69 0.76 0.5
Hex 1F 60 DF 56 39 0 D DC 4C 32
Octal 37 140 337 126 71 0 15 334 114 62
Binary 11111 1100000 11011111 1010110 111001 0 1101 11011100 1001100 110010

Color Harmonies of #1F60DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F60DF

Black with #1F60DF

Text Example


Text Example

White with #1F60DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,96,223); }

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

background-color css

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

 a { background-color: rgb(31,96,223); }

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

border-color css

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

 span { border-color: rgb(31,96,223); }

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