Html Css Color HEX #1B5AFC Royal Blue

📋 copy color: '#1B5AFC'

red 27 ◦ green 90 ◦ blue 252

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

Shades of Royal Blue #1B5AFC

Tints of Royal Blue #1B5AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 68.29%

R = 7.32%
G = 24.39%
B = 68.29%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1B5AFC (or 0x1B5AFC) is known color: Royal Blue. HEX triplet: 1B, 5A and FC. RGB value is (27,90,252). Sum of RGB (Red+Green+Blue) = 27+90+252=369 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.32% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #1B5AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B5AFC is #E4A503. Grayscale: #585858. Windows color (decimal): -14984452 or 16538139. OLE color: 16538139.

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

Color convert

RGB 27 90 252 -
CMYK 0.89 0.64 0 0.01
HSL 223.2º 0.97% 0.55% -
HSV(B) 223.2º 0.89% 0.99% -
XYZ 21.68 14.57 93.77 -
YUV 89.63 219.63 83.33 -
System Red Green Blue C M Y K H S L
Decimal 27 90 252 0.89 0.64 0 0.01 223.2 0.97 0.55
Hex 1B 5A FC 59 40 0 1 DF 61 37
Octal 33 132 374 131 100 0 1 337 141 67
Binary 11011 1011010 11111100 1011001 1000000 0 1 11011111 1100001 110111

Color Harmonies of #1B5AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5AFC

Black with #1B5AFC

Text Example


Text Example

White with #1B5AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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