Html Css Color HEX #152DEE Persian Blue

📋 copy color: '#152DEE'

red 21 ◦ green 45 ◦ blue 238

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

Shades of Persian Blue #152DEE

Tints of Persian Blue #152DEE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.8%

 BLUE value IS 238 (93.36% from 255) = 78.29%

R = 6.91%
G = 14.8%
B = 78.29%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#152DEE (or 0x152DEE) is known color: Persian Blue. HEX triplet: 15, 2D and EE. RGB value is (21,45,238). Sum of RGB (Red+Green+Blue) = 21+45+238=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 238 (93.36% from 255 or 78.29% from 304); Max value from RGB is 238 - color contains mainly: blue. Hex color #152DEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152DEE is #EAD211. Grayscale: #3B3B3B. Windows color (decimal): -15389202 or 15609109. OLE color: 15609109.

HSL color Cylindrical-coordinate representation of color #152DEE: hue angle of 233.36º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152DEE is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 45 238 -
CMYK 0.91 0.81 0 0.07
HSL 233.36º 0.86% 0.51% -
HSV(B) 233.36º 0.91% 0.93% -
XYZ 16.68 8.21 81.59 -
YUV 59.83 228.55 100.31 -
System Red Green Blue C M Y K H S L
Decimal 21 45 238 0.91 0.81 0 0.07 233.36 0.86 0.51
Hex 15 2D EE 5B 51 0 7 E9 56 33
Octal 25 55 356 133 121 0 7 351 126 63
Binary 10101 101101 11101110 1011011 1010001 0 111 11101001 1010110 110011

Color Harmonies of #152DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152DEE

Black with #152DEE

Text Example


Text Example

White with #152DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152DEE; }

 p { color: rgb(21,45,238); }

 H1.HeaderClassName
 {
   color: #152DEE;
 }
 .AnyTagClassName
 {
   color: #152DEE;
 }
</style>

background-color css

<style>
 a { background-color: #152DEE; }

 a { background-color: rgb(21,45,238); }

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

border-color css

<style>
 span { border-color: #152DEE; }

 span { border-color: rgb(21,45,238); }

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