Html Css Color HEX #1F60FF Royal Blue

📋 copy color: '#1F60FF'

red 31 ◦ green 96 ◦ blue 255

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

Shades of Royal Blue #1F60FF

Tints of Royal Blue #1F60FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.75%

R = 8.12%
G = 25.13%
B = 66.75%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1F60FF (or 0x1F60FF) is known color: Royal Blue. HEX triplet: 1F, 60 and FF. RGB value is (31,96,255). Sum of RGB (Red+Green+Blue) = 31+96+255=382 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.12% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F60FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F60FF is #E09F00. Grayscale: #5D5D5D. Windows color (decimal): -14720769 or 16736287. OLE color: 16736287.

HSL color Cylindrical-coordinate representation of color #1F60FF: hue angle of 222.59º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F60FF is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 31 96 255 -
CMYK 0.88 0.62 0 0
HSL 222.59º 1% 0.56% -
HSV(B) 222.59º 0.88% 1% -
XYZ 22.8 15.88 96.47 -
YUV 94.69 218.47 82.57 -
System Red Green Blue C M Y K H S L
Decimal 31 96 255 0.88 0.62 0 0 222.59 1 0.56
Hex 1F 60 FF 58 3E 0 0 DF 64 38
Octal 37 140 377 130 76 0 0 337 144 70
Binary 11111 1100000 11111111 1011000 111110 0 0 11011111 1100100 111000

Color Harmonies of #1F60FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F60FF

Black with #1F60FF

Text Example


Text Example

White with #1F60FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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