Html Css Color HEX #1B60FA Royal Blue

📋 copy color: '#1B60FA'

red 27 ◦ green 96 ◦ blue 250

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

Shades of Royal Blue #1B60FA

Tints of Royal Blue #1B60FA

RGB

 RED value IS 27 (10.94% from 255) = 7.24%

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

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

R = 7.24%
G = 25.74%
B = 67.02%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1B60FA (or 0x1B60FA) is known color: Royal Blue. HEX triplet: 1B, 60 and FA. RGB value is (27,96,250). Sum of RGB (Red+Green+Blue) = 27+96+250=373 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.24% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #1B60FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B60FA is #E49F05. Grayscale: #5C5C5C. Windows color (decimal): -14982918 or 16408603. OLE color: 16408603.

HSL color Cylindrical-coordinate representation of color #1B60FA: hue angle of 221.43º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B60FA is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 27 96 250 -
CMYK 0.89 0.62 0 0.02
HSL 221.44º 0.96% 0.54% -
HSV(B) 221.44º 0.89% 0.98% -
XYZ 21.89 15.5 92.28 -
YUV 92.93 216.64 80.98 -
System Red Green Blue C M Y K H S L
Decimal 27 96 250 0.89 0.62 0 0.02 221.44 0.96 0.54
Hex 1B 60 FA 59 3E 0 2 DD 60 36
Octal 33 140 372 131 76 0 2 335 140 66
Binary 11011 1100000 11111010 1011001 111110 0 10 11011101 1100000 110110

Color Harmonies of #1B60FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B60FA

Black with #1B60FA

Text Example


Text Example

White with #1B60FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,96,250); }

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

background-color css

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

 a { background-color: rgb(27,96,250); }

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

border-color css

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

 span { border-color: rgb(27,96,250); }

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