Html Css Color HEX #1B5CF5 Royal Blue

📋 copy color: '#1B5CF5'

red 27 ◦ green 92 ◦ blue 245

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

Shades of Royal Blue #1B5CF5

Tints of Royal Blue #1B5CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 67.31%

R = 7.42%
G = 25.27%
B = 67.31%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1B5CF5 (or 0x1B5CF5) is known color: Royal Blue. HEX triplet: 1B, 5C and F5. RGB value is (27,92,245). Sum of RGB (Red+Green+Blue) = 27+92+245=364 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.42% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 245 (96.09% from 255 or 67.31% from 364); Max value from RGB is 245 - color contains mainly: blue. Hex color #1B5CF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B5CF5 is #E4A30A. Grayscale: #595959. Windows color (decimal): -14983947 or 16079899. OLE color: 16079899.

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

Color convert

RGB 27 92 245 -
CMYK 0.89 0.62 0 0.04
HSL 222.11º 0.92% 0.53% -
HSV(B) 222.11º 0.89% 0.96% -
XYZ 20.76 14.48 88.09 -
YUV 90.01 215.47 83.06 -
System Red Green Blue C M Y K H S L
Decimal 27 92 245 0.89 0.62 0 0.04 222.11 0.92 0.53
Hex 1B 5C F5 59 3E 0 4 DE 5C 35
Octal 33 134 365 131 76 0 4 336 134 65
Binary 11011 1011100 11110101 1011001 111110 0 100 11011110 1011100 110101

Color Harmonies of #1B5CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5CF5

Black with #1B5CF5

Text Example


Text Example

White with #1B5CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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