Html Css Color HEX #153BF0 Persian Blue

📋 copy color: '#153BF0'

red 21 ◦ green 59 ◦ blue 240

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

Shades of Persian Blue #153BF0

Tints of Persian Blue #153BF0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.44%

 BLUE value IS 240 (94.14% from 255) = 75%

R = 6.56%
G = 18.44%
B = 75%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#153BF0 (or 0x153BF0) is known color: Persian Blue. HEX triplet: 15, 3B and F0. RGB value is (21,59,240). Sum of RGB (Red+Green+Blue) = 21+59+240=320 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.56% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 240 (94.14% from 255 or 75% from 320); Max value from RGB is 240 - color contains mainly: blue. Hex color #153BF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153BF0 is #EAC40F. Grayscale: #434343. Windows color (decimal): -15385616 or 15743765. OLE color: 15743765.

HSL color Cylindrical-coordinate representation of color #153BF0: hue angle of 229.59º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #153BF0 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 59 240 -
CMYK 0.91 0.75 0 0.06
HSL 229.59º 0.88% 0.51% -
HSV(B) 229.59º 0.91% 0.94% -
XYZ 17.6 9.58 83.36 -
YUV 68.27 224.91 94.28 -
System Red Green Blue C M Y K H S L
Decimal 21 59 240 0.91 0.75 0 0.06 229.59 0.88 0.51
Hex 15 3B F0 5B 4B 0 6 E6 58 33
Octal 25 73 360 133 113 0 6 346 130 63
Binary 10101 111011 11110000 1011011 1001011 0 110 11100110 1011000 110011

Color Harmonies of #153BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153BF0

Black with #153BF0

Text Example


Text Example

White with #153BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,59,240); }

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

background-color css

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

 a { background-color: rgb(21,59,240); }

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

border-color css

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

 span { border-color: rgb(21,59,240); }

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