Html Css Color HEX #1B5EFA Royal Blue

📋 copy color: '#1B5EFA'

red 27 ◦ green 94 ◦ blue 250

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

Shades of Royal Blue #1B5EFA

Tints of Royal Blue #1B5EFA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.34%

 BLUE value IS 250 (98.05% from 255) = 67.39%

R = 7.28%
G = 25.34%
B = 67.39%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1B5EFA (or 0x1B5EFA) is known color: Royal Blue. HEX triplet: 1B, 5E and FA. RGB value is (27,94,250). Sum of RGB (Red+Green+Blue) = 27+94+250=371 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.28% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #1B5EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B5EFA is #E4A105. Grayscale: #5B5B5B. Windows color (decimal): -14983430 or 16408091. OLE color: 16408091.

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

Color convert

RGB 27 94 250 -
CMYK 0.89 0.62 0 0.02
HSL 221.97º 0.96% 0.54% -
HSV(B) 221.97º 0.89% 0.98% -
XYZ 21.71 15.14 92.22 -
YUV 91.75 217.3 81.82 -
System Red Green Blue C M Y K H S L
Decimal 27 94 250 0.89 0.62 0 0.02 221.97 0.96 0.54
Hex 1B 5E FA 59 3E 0 2 DE 60 36
Octal 33 136 372 131 76 0 2 336 140 66
Binary 11011 1011110 11111010 1011001 111110 0 10 11011110 1100000 110110

Color Harmonies of #1B5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5EFA

Black with #1B5EFA

Text Example


Text Example

White with #1B5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,94,250); }

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

background-color css

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

 a { background-color: rgb(27,94,250); }

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

border-color css

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

 span { border-color: rgb(27,94,250); }

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