Html Css Color HEX #152FEE Persian Blue

📋 copy color: '#152FEE'

red 21 ◦ green 47 ◦ blue 238

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

Shades of Persian Blue #152FEE

Tints of Persian Blue #152FEE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.36%

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

R = 6.86%
G = 15.36%
B = 77.78%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#152FEE (or 0x152FEE) is known color: Persian Blue. HEX triplet: 15, 2F and EE. RGB value is (21,47,238). Sum of RGB (Red+Green+Blue) = 21+47+238=306 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.86% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 238 (93.36% from 255 or 77.78% from 306); Max value from RGB is 238 - color contains mainly: blue. Hex color #152FEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152FEE is #EAD011. Grayscale: #3C3C3C. Windows color (decimal): -15388690 or 15609621. OLE color: 15609621.

HSL color Cylindrical-coordinate representation of color #152FEE: hue angle of 232.81º 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 #152FEE is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 47 238 -
CMYK 0.91 0.80 0 0.07
HSL 232.81º 0.86% 0.51% -
HSV(B) 232.81º 0.91% 0.93% -
XYZ 16.76 8.37 81.62 -
YUV 61 227.89 99.47 -
System Red Green Blue C M Y K H S L
Decimal 21 47 238 0.91 0.80 0 0.07 232.81 0.86 0.51
Hex 15 2F EE 5B 50 0 7 E9 56 33
Octal 25 57 356 133 120 0 7 351 126 63
Binary 10101 101111 11101110 1011011 1010000 0 111 11101001 1010110 110011

Color Harmonies of #152FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152FEE

Black with #152FEE

Text Example


Text Example

White with #152FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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