Html Css Color HEX #2158F1 Royal Blue

📋 copy color: '#2158F1'

red 33 ◦ green 88 ◦ blue 241

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

Shades of Royal Blue #2158F1

Tints of Royal Blue #2158F1

RGB

 RED value IS 33 (13.28% from 255) = 9.12%

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

 BLUE value IS 241 (94.53% from 255) = 66.57%

R = 9.12%
G = 24.31%
B = 66.57%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2158F1 (or 0x2158F1) is known color: Royal Blue. HEX triplet: 21, 58 and F1. RGB value is (33,88,241). Sum of RGB (Red+Green+Blue) = 33+88+241=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 241 (94.53% from 255 or 66.57% from 362); Max value from RGB is 241 - color contains mainly: blue. Hex color #2158F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2158F1 is #DEA70E. Grayscale: #585858. Windows color (decimal): -14591759 or 15816737. OLE color: 15816737.

HSL color Cylindrical-coordinate representation of color #2158F1: hue angle of 224.13º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2158F1 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 88 241 -
CMYK 0.86 0.63 0 0.05
HSL 224.13º 0.88% 0.54% -
HSV(B) 224.13º 0.86% 0.95% -
XYZ 19.99 13.65 84.8 -
YUV 89 213.78 88.06 -
System Red Green Blue C M Y K H S L
Decimal 33 88 241 0.86 0.63 0 0.05 224.13 0.88 0.54
Hex 21 58 F1 56 3F 0 5 E0 58 36
Octal 41 130 361 126 77 0 5 340 130 66
Binary 100001 1011000 11110001 1010110 111111 0 101 11100000 1011000 110110

Color Harmonies of #2158F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2158F1

Black with #2158F1

Text Example


Text Example

White with #2158F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2158F1; }

 p { color: rgb(33,88,241); }

 H1.HeaderClassName
 {
   color: #2158F1;
 }
 .AnyTagClassName
 {
   color: #2158F1;
 }
</style>

background-color css

<style>
 a { background-color: #2158F1; }

 a { background-color: rgb(33,88,241); }

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

border-color css

<style>
 span { border-color: #2158F1; }

 span { border-color: rgb(33,88,241); }

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