Html Css Color HEX #153CED Persian Blue

📋 copy color: '#153CED'

red 21 ◦ green 60 ◦ blue 237

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

Shades of Persian Blue #153CED

Tints of Persian Blue #153CED

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.87%

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

R = 6.6%
G = 18.87%
B = 74.53%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#153CED (or 0x153CED) is known color: Persian Blue. HEX triplet: 15, 3C and ED. RGB value is (21,60,237). Sum of RGB (Red+Green+Blue) = 21+60+237=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 237 (92.97% from 255 or 74.53% from 318); Max value from RGB is 237 - color contains mainly: blue. Hex color #153CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153CED is #EAC312. Grayscale: #434343. Windows color (decimal): -15385363 or 15547413. OLE color: 15547413.

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

Color convert

RGB 21 60 237 -
CMYK 0.91 0.75 0 0.07
HSL 229.17º 0.86% 0.51% -
HSV(B) 229.17º 0.91% 0.93% -
XYZ 17.21 9.51 81.05 -
YUV 68.52 223.08 94.11 -
System Red Green Blue C M Y K H S L
Decimal 21 60 237 0.91 0.75 0 0.07 229.17 0.86 0.51
Hex 15 3C ED 5B 4B 0 7 E5 56 33
Octal 25 74 355 133 113 0 7 345 126 63
Binary 10101 111100 11101101 1011011 1001011 0 111 11100101 1010110 110011

Color Harmonies of #153CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153CED

Black with #153CED

Text Example


Text Example

White with #153CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153CED; }

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

 H1.HeaderClassName
 {
   color: #153CED;
 }
 .AnyTagClassName
 {
   color: #153CED;
 }
</style>

background-color css

<style>
 a { background-color: #153CED; }

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

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

border-color css

<style>
 span { border-color: #153CED; }

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

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