Html Css Color HEX #152FED Persian Blue

📋 copy color: '#152FED'

red 21 ◦ green 47 ◦ blue 237

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

Shades of Persian Blue #152FED

Tints of Persian Blue #152FED

RGB

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

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

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

R = 6.89%
G = 15.41%
B = 77.7%

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

#152FED (or 0x152FED) is known color: Persian Blue. HEX triplet: 15, 2F and ED. RGB value is (21,47,237). Sum of RGB (Red+Green+Blue) = 21+47+237=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 237 (92.97% from 255 or 77.70% from 305); Max value from RGB is 237 - color contains mainly: blue. Hex color #152FED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152FED is #EAD012. Grayscale: #3C3C3C. Windows color (decimal): -15388691 or 15544085. OLE color: 15544085.

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

Color convert

RGB 21 47 237 -
CMYK 0.91 0.80 0 0.07
HSL 232.78º 0.86% 0.51% -
HSV(B) 232.78º 0.91% 0.93% -
XYZ 16.61 8.31 80.85 -
YUV 60.89 227.39 99.55 -
System Red Green Blue C M Y K H S L
Decimal 21 47 237 0.91 0.80 0 0.07 232.78 0.86 0.51
Hex 15 2F ED 5B 50 0 7 E9 56 33
Octal 25 57 355 133 120 0 7 351 126 63
Binary 10101 101111 11101101 1011011 1010000 0 111 11101001 1010110 110011

Color Harmonies of #152FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152FED

Black with #152FED

Text Example


Text Example

White with #152FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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