Html Css Color HEX #1B5CF1 Royal Blue

📋 copy color: '#1B5CF1'

red 27 ◦ green 92 ◦ blue 241

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

Shades of Royal Blue #1B5CF1

Tints of Royal Blue #1B5CF1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.56%

 BLUE value IS 241 (94.53% from 255) = 66.94%

R = 7.5%
G = 25.56%
B = 66.94%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1B5CF1 (or 0x1B5CF1) is known color: Royal Blue. HEX triplet: 1B, 5C and F1. RGB value is (27,92,241). Sum of RGB (Red+Green+Blue) = 27+92+241=360 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.5% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 241 (94.53% from 255 or 66.94% from 360); Max value from RGB is 241 - color contains mainly: blue. Hex color #1B5CF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B5CF1 is #E4A30E. Grayscale: #585858. Windows color (decimal): -14983951 or 15817755. OLE color: 15817755.

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

Color convert

RGB 27 92 241 -
CMYK 0.89 0.62 0 0.05
HSL 221.78º 0.88% 0.53% -
HSV(B) 221.78º 0.89% 0.95% -
XYZ 20.16 14.24 84.9 -
YUV 89.55 213.47 83.38 -
System Red Green Blue C M Y K H S L
Decimal 27 92 241 0.89 0.62 0 0.05 221.78 0.88 0.53
Hex 1B 5C F1 59 3E 0 5 DE 58 35
Octal 33 134 361 131 76 0 5 336 130 65
Binary 11011 1011100 11110001 1011001 111110 0 101 11011110 1011000 110101

Color Harmonies of #1B5CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5CF1

Black with #1B5CF1

Text Example


Text Example

White with #1B5CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,92,241); }

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

background-color css

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

 a { background-color: rgb(27,92,241); }

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

border-color css

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

 span { border-color: rgb(27,92,241); }

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