Html Css Color HEX #153FED Persian Blue

📋 copy color: '#153FED'

red 21 ◦ green 63 ◦ blue 237

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

Shades of Persian Blue #153FED

Tints of Persian Blue #153FED

RGB

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

 GREEN value IS 63 (25% from 255) = 19.63%

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

R = 6.54%
G = 19.63%
B = 73.83%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#153FED (or 0x153FED) is known color: Persian Blue. HEX triplet: 15, 3F and ED. RGB value is (21,63,237). Sum of RGB (Red+Green+Blue) = 21+63+237=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 237 (92.97% from 255 or 73.83% from 321); Max value from RGB is 237 - color contains mainly: blue. Hex color #153FED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153FED is #EAC012. Grayscale: #454545. Windows color (decimal): -15384595 or 15548181. OLE color: 15548181.

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

Color convert

RGB 21 63 237 -
CMYK 0.91 0.73 0 0.07
HSL 228.33º 0.86% 0.51% -
HSV(B) 228.33º 0.91% 0.93% -
XYZ 17.37 9.83 81.1 -
YUV 70.28 222.09 92.85 -
System Red Green Blue C M Y K H S L
Decimal 21 63 237 0.91 0.73 0 0.07 228.33 0.86 0.51
Hex 15 3F ED 5B 49 0 7 E4 56 33
Octal 25 77 355 133 111 0 7 344 126 63
Binary 10101 111111 11101101 1011011 1001001 0 111 11100100 1010110 110011

Color Harmonies of #153FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153FED

Black with #153FED

Text Example


Text Example

White with #153FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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