Html Css Color HEX #1B5AFF Royal Blue

📋 copy color: '#1B5AFF'

red 27 ◦ green 90 ◦ blue 255

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

Shades of Royal Blue #1B5AFF

Tints of Royal Blue #1B5AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.19%

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

R = 7.26%
G = 24.19%
B = 68.55%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1B5AFF (or 0x1B5AFF) is known color: Royal Blue. HEX triplet: 1B, 5A and FF. RGB value is (27,90,255). Sum of RGB (Red+Green+Blue) = 27+90+255=372 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.26% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B5AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B5AFF is #E4A500. Grayscale: #595959. Windows color (decimal): -14984449 or 16734747. OLE color: 16734747.

HSL color Cylindrical-coordinate representation of color #1B5AFF: hue angle of 223.42º 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 #1B5AFF is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 27 90 255 -
CMYK 0.89 0.65 0 0
HSL 223.42º 1% 0.55% -
HSV(B) 223.42º 0.89% 1% -
XYZ 22.16 14.77 96.29 -
YUV 89.97 221.13 83.08 -
System Red Green Blue C M Y K H S L
Decimal 27 90 255 0.89 0.65 0 0 223.42 1 0.55
Hex 1B 5A FF 59 41 0 0 DF 64 37
Octal 33 132 377 131 101 0 0 337 144 67
Binary 11011 1011010 11111111 1011001 1000001 0 0 11011111 1100100 110111

Color Harmonies of #1B5AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5AFF

Black with #1B5AFF

Text Example


Text Example

White with #1B5AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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