Html Css Color HEX #152DED Persian Blue

📋 copy color: '#152DED'

red 21 ◦ green 45 ◦ blue 237

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

Shades of Persian Blue #152DED

Tints of Persian Blue #152DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 78.22%

R = 6.93%
G = 14.85%
B = 78.22%

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

#152DED (or 0x152DED) is known color: Persian Blue. HEX triplet: 15, 2D and ED. RGB value is (21,45,237). Sum of RGB (Red+Green+Blue) = 21+45+237=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 237 (92.97% from 255 or 78.22% from 303); Max value from RGB is 237 - color contains mainly: blue. Hex color #152DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152DED is #EAD212. Grayscale: #3A3A3A. Windows color (decimal): -15389203 or 15543573. OLE color: 15543573.

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

Color convert

RGB 21 45 237 -
CMYK 0.91 0.81 0 0.07
HSL 233.33º 0.86% 0.51% -
HSV(B) 233.33º 0.91% 0.93% -
XYZ 16.53 8.15 80.82 -
YUV 59.71 228.05 100.39 -
System Red Green Blue C M Y K H S L
Decimal 21 45 237 0.91 0.81 0 0.07 233.33 0.86 0.51
Hex 15 2D ED 5B 51 0 7 E9 56 33
Octal 25 55 355 133 121 0 7 351 126 63
Binary 10101 101101 11101101 1011011 1010001 0 111 11101001 1010110 110011

Color Harmonies of #152DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152DED

Black with #152DED

Text Example


Text Example

White with #152DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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