Html Css Color HEX #1B5EEF Royal Blue

📋 copy color: '#1B5EEF'

red 27 ◦ green 94 ◦ blue 239

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

Shades of Royal Blue #1B5EEF

Tints of Royal Blue #1B5EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.39%

R = 7.5%
G = 26.11%
B = 66.39%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1B5EEF (or 0x1B5EEF) is known color: Royal Blue. HEX triplet: 1B, 5E and EF. RGB value is (27,94,239). Sum of RGB (Red+Green+Blue) = 27+94+239=360 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.5% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 239 (93.75% from 255 or 66.39% from 360); Max value from RGB is 239 - color contains mainly: blue. Hex color #1B5EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B5EEF is #E4A110. Grayscale: #595959. Windows color (decimal): -14983441 or 15687195. OLE color: 15687195.

HSL color Cylindrical-coordinate representation of color #1B5EEF: hue angle of 221.04º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B5EEF is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 27 94 239 -
CMYK 0.89 0.61 0 0.06
HSL 221.04º 0.87% 0.52% -
HSV(B) 221.04º 0.89% 0.94% -
XYZ 20.03 14.47 83.4 -
YUV 90.5 211.8 82.71 -
System Red Green Blue C M Y K H S L
Decimal 27 94 239 0.89 0.61 0 0.06 221.04 0.87 0.52
Hex 1B 5E EF 59 3D 0 6 DD 57 34
Octal 33 136 357 131 75 0 6 335 127 64
Binary 11011 1011110 11101111 1011001 111101 0 110 11011101 1010111 110100

Color Harmonies of #1B5EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5EEF

Black with #1B5EEF

Text Example


Text Example

White with #1B5EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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