Html Css Color HEX #152DDF Persian Blue

📋 copy color: '#152DDF'

red 21 ◦ green 45 ◦ blue 223

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

Shades of Persian Blue #152DDF

Tints of Persian Blue #152DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 77.16%

R = 7.27%
G = 15.57%
B = 77.16%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#152DDF (or 0x152DDF) is known color: Persian Blue. HEX triplet: 15, 2D and DF. RGB value is (21,45,223). Sum of RGB (Red+Green+Blue) = 21+45+223=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 223 (87.5% from 255 or 77.16% from 289); Max value from RGB is 223 - color contains mainly: blue. Hex color #152DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152DDF is #EAD220. Grayscale: #393939. Windows color (decimal): -15389217 or 14626069. OLE color: 14626069.

HSL color Cylindrical-coordinate representation of color #152DDF: hue angle of 232.87º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152DDF is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 45 223 -
CMYK 0.91 0.80 0 0.13
HSL 232.87º 0.83% 0.48% -
HSV(B) 232.87º 0.91% 0.87% -
XYZ 14.57 7.36 70.47 -
YUV 58.12 221.05 101.53 -
System Red Green Blue C M Y K H S L
Decimal 21 45 223 0.91 0.80 0 0.13 232.87 0.83 0.48
Hex 15 2D DF 5B 50 0 D E9 53 30
Octal 25 55 337 133 120 0 15 351 123 60
Binary 10101 101101 11011111 1011011 1010000 0 1101 11101001 1010011 110000

Color Harmonies of #152DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152DDF

Black with #152DDF

Text Example


Text Example

White with #152DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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