Html Css Color HEX #151ED0 Persian Blue

📋 copy color: '#151ED0'

red 21 ◦ green 30 ◦ blue 208

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

Shades of Persian Blue #151ED0

Tints of Persian Blue #151ED0

RGB

 RED value IS 21 (8.59% from 255) = 8.11%

 GREEN value IS 30 (12.11% from 255) = 11.58%

 BLUE value IS 208 (81.64% from 255) = 80.31%

R = 8.11%
G = 11.58%
B = 80.31%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#151ED0 (or 0x151ED0) is known color: Persian Blue. HEX triplet: 15, 1E and D0. RGB value is (21,30,208). Sum of RGB (Red+Green+Blue) = 21+30+208=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 208 (81.64% from 255 or 80.31% from 259); Max value from RGB is 208 - color contains mainly: blue. Hex color #151ED0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151ED0 is #EAE12F. Grayscale: #2E2E2E. Windows color (decimal): -15393072 or 13639189. OLE color: 13639189.

HSL color Cylindrical-coordinate representation of color #151ED0: hue angle of 237.11º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #151ED0 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 21 30 208 -
CMYK 0.90 0.86 0 0.18
HSL 237.11º 0.82% 0.45% -
HSV(B) 237.11º 0.9% 0.82% -
XYZ 12.16 5.64 60.12 -
YUV 47.6 218.52 109.03 -
System Red Green Blue C M Y K H S L
Decimal 21 30 208 0.90 0.86 0 0.18 237.11 0.82 0.45
Hex 15 1E D0 5A 56 0 12 ED 52 2D
Octal 25 36 320 132 126 0 22 355 122 55
Binary 10101 11110 11010000 1011010 1010110 0 10010 11101101 1010010 101101

Color Harmonies of #151ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151ED0

Black with #151ED0

Text Example


Text Example

White with #151ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151ED0; }

 p { color: rgb(21,30,208); }

 H1.HeaderClassName
 {
   color: #151ED0;
 }
 .AnyTagClassName
 {
   color: #151ED0;
 }
</style>

background-color css

<style>
 a { background-color: #151ED0; }

 a { background-color: rgb(21,30,208); }

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

border-color css

<style>
 span { border-color: #151ED0; }

 span { border-color: rgb(21,30,208); }

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