Html Css Color HEX #1B58FF Royal Blue

📋 copy color: '#1B58FF'

red 27 ◦ green 88 ◦ blue 255

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

Shades of Royal Blue #1B58FF

Tints of Royal Blue #1B58FF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.78%

 BLUE value IS 255 (100% from 255) = 68.92%

R = 7.3%
G = 23.78%
B = 68.92%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1B58FF (or 0x1B58FF) is known color: Royal Blue. HEX triplet: 1B, 58 and FF. RGB value is (27,88,255). Sum of RGB (Red+Green+Blue) = 27+88+255=370 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.30% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B58FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B58FF is #E4A700. Grayscale: #585858. Windows color (decimal): -14984961 or 16734235. OLE color: 16734235.

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

Color convert

RGB 27 88 255 -
CMYK 0.89 0.65 0 0
HSL 223.95º 1% 0.55% -
HSV(B) 223.95º 0.89% 1% -
XYZ 21.99 14.43 96.23 -
YUV 88.8 221.79 83.92 -
System Red Green Blue C M Y K H S L
Decimal 27 88 255 0.89 0.65 0 0 223.95 1 0.55
Hex 1B 58 FF 59 41 0 0 E0 64 37
Octal 33 130 377 131 101 0 0 340 144 67
Binary 11011 1011000 11111111 1011001 1000001 0 0 11100000 1100100 110111

Color Harmonies of #1B58FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B58FF

Black with #1B58FF

Text Example


Text Example

White with #1B58FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,88,255); }

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

background-color css

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

 a { background-color: rgb(27,88,255); }

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

border-color css

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

 span { border-color: rgb(27,88,255); }

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