Html Css Color HEX #1B5AFE Royal Blue

📋 copy color: '#1B5AFE'

red 27 ◦ green 90 ◦ blue 254

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

Shades of Royal Blue #1B5AFE

Tints of Royal Blue #1B5AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 68.46%

R = 7.28%
G = 24.26%
B = 68.46%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1B5AFE (or 0x1B5AFE) is known color: Royal Blue. HEX triplet: 1B, 5A and FE. RGB value is (27,90,254). Sum of RGB (Red+Green+Blue) = 27+90+254=371 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.28% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #1B5AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B5AFE is #E4A501. Grayscale: #595959. Windows color (decimal): -14984450 or 16669211. OLE color: 16669211.

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

Color convert

RGB 27 90 254 -
CMYK 0.89 0.65 0 0.00
HSL 223.35º 0.99% 0.55% -
HSV(B) 223.35º 0.89% 1% -
XYZ 22 14.7 95.44 -
YUV 89.86 220.63 83.16 -
System Red Green Blue C M Y K H S L
Decimal 27 90 254 0.89 0.65 0 0.00 223.35 0.99 0.55
Hex 1B 5A FE 59 41 0 0 DF 63 37
Octal 33 132 376 131 101 0 0 337 143 67
Binary 11011 1011010 11111110 1011001 1000001 0 0 11011111 1100011 110111

Color Harmonies of #1B5AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5AFE

Black with #1B5AFE

Text Example


Text Example

White with #1B5AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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