Html Css Color HEX #1B60FF Royal Blue

📋 copy color: '#1B60FF'

red 27 ◦ green 96 ◦ blue 255

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

Shades of Royal Blue #1B60FF

Tints of Royal Blue #1B60FF

RGB

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

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

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

R = 7.14%
G = 25.4%
B = 67.46%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1B60FF (or 0x1B60FF) is known color: Royal Blue. HEX triplet: 1B, 60 and FF. RGB value is (27,96,255). Sum of RGB (Red+Green+Blue) = 27+96+255=378 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.14% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B60FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B60FF is #E49F00. Grayscale: #5C5C5C. Windows color (decimal): -14982913 or 16736283. OLE color: 16736283.

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

Color convert

RGB 27 96 255 -
CMYK 0.89 0.62 0 0
HSL 221.84º 1% 0.55% -
HSV(B) 221.84º 0.89% 1% -
XYZ 22.68 15.82 96.47 -
YUV 93.5 219.14 80.57 -
System Red Green Blue C M Y K H S L
Decimal 27 96 255 0.89 0.62 0 0 221.84 1 0.55
Hex 1B 60 FF 59 3E 0 0 DE 64 37
Octal 33 140 377 131 76 0 0 336 144 67
Binary 11011 1100000 11111111 1011001 111110 0 0 11011110 1100100 110111

Color Harmonies of #1B60FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B60FF

Black with #1B60FF

Text Example


Text Example

White with #1B60FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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