Html Css Color HEX #153DF2 Persian Blue

📋 copy color: '#153DF2'

red 21 ◦ green 61 ◦ blue 242

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

Shades of Persian Blue #153DF2

Tints of Persian Blue #153DF2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.83%

 BLUE value IS 242 (94.92% from 255) = 74.69%

R = 6.48%
G = 18.83%
B = 74.69%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#153DF2 (or 0x153DF2) is known color: Persian Blue. HEX triplet: 15, 3D and F2. RGB value is (21,61,242). Sum of RGB (Red+Green+Blue) = 21+61+242=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 242 (94.92% from 255 or 74.69% from 324); Max value from RGB is 242 - color contains mainly: blue. Hex color #153DF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153DF2 is #EAC20D. Grayscale: #444444. Windows color (decimal): -15385102 or 15875349. OLE color: 15875349.

HSL color Cylindrical-coordinate representation of color #153DF2: hue angle of 229.14º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #153DF2 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 61 242 -
CMYK 0.91 0.75 0 0.05
HSL 229.14º 0.89% 0.52% -
HSV(B) 229.14º 0.91% 0.95% -
XYZ 18.01 9.91 84.97 -
YUV 69.67 225.25 93.28 -
System Red Green Blue C M Y K H S L
Decimal 21 61 242 0.91 0.75 0 0.05 229.14 0.89 0.52
Hex 15 3D F2 5B 4B 0 5 E5 59 34
Octal 25 75 362 133 113 0 5 345 131 64
Binary 10101 111101 11110010 1011011 1001011 0 101 11100101 1011001 110100

Color Harmonies of #153DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153DF2

Black with #153DF2

Text Example


Text Example

White with #153DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,61,242); }

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

background-color css

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

 a { background-color: rgb(21,61,242); }

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

border-color css

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

 span { border-color: rgb(21,61,242); }

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