Html Css Color HEX #153DDF Persian Blue

📋 copy color: '#153DDF'

red 21 ◦ green 61 ◦ blue 223

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

Shades of Persian Blue #153DDF

Tints of Persian Blue #153DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 73.11%

R = 6.89%
G = 20%
B = 73.11%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#153DDF (or 0x153DDF) is known color: Persian Blue. HEX triplet: 15, 3D and DF. RGB value is (21,61,223). Sum of RGB (Red+Green+Blue) = 21+61+223=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 223 (87.5% from 255 or 73.11% from 305); Max value from RGB is 223 - color contains mainly: blue. Hex color #153DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153DDF is #EAC220. Grayscale: #424242. Windows color (decimal): -15385121 or 14630165. OLE color: 14630165.

HSL color Cylindrical-coordinate representation of color #153DDF: hue angle of 228.12º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #153DDF is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 61 223 -
CMYK 0.91 0.73 0 0.13
HSL 228.12º 0.83% 0.48% -
HSV(B) 228.12º 0.91% 0.87% -
XYZ 15.3 8.82 70.71 -
YUV 67.51 215.75 94.83 -
System Red Green Blue C M Y K H S L
Decimal 21 61 223 0.91 0.73 0 0.13 228.12 0.83 0.48
Hex 15 3D DF 5B 49 0 D E4 53 30
Octal 25 75 337 133 111 0 15 344 123 60
Binary 10101 111101 11011111 1011011 1001001 0 1101 11100100 1010011 110000

Color Harmonies of #153DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153DDF

Black with #153DDF

Text Example


Text Example

White with #153DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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