Html Css Color HEX #0F24DC Persian Blue

📋 copy color: '#0F24DC'

red 15 ◦ green 36 ◦ blue 220

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

Shades of Persian Blue #0F24DC

Tints of Persian Blue #0F24DC

RGB

 RED value IS 15 (6.25% from 255) = 5.54%

 GREEN value IS 36 (14.45% from 255) = 13.28%

 BLUE value IS 220 (86.33% from 255) = 81.18%

R = 5.54%
G = 13.28%
B = 81.18%

CMYK

 C value IS 0.93

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0F24DC (or 0x0F24DC) is known color: Persian Blue. HEX triplet: 0F, 24 and DC. RGB value is (15,36,220). Sum of RGB (Red+Green+Blue) = 15+36+220=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 220 (86.33% from 255 or 81.18% from 271); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F24DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F24DC is #F0DB23. Grayscale: #313131. Windows color (decimal): -15784740 or 14427151. OLE color: 14427151.

HSL color Cylindrical-coordinate representation of color #0F24DC: hue angle of 233.85º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F24DC is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 36 220 -
CMYK 0.93 0.84 0 0.14
HSL 233.85º 0.87% 0.46% -
HSV(B) 233.85º 0.93% 0.86% -
XYZ 13.75 6.53 68.25 -
YUV 50.7 223.54 102.54 -
System Red Green Blue C M Y K H S L
Decimal 15 36 220 0.93 0.84 0 0.14 233.85 0.87 0.46
Hex F 24 DC 5D 54 0 E EA 57 2E
Octal 17 44 334 135 124 0 16 352 127 56
Binary 1111 100100 11011100 1011101 1010100 0 1110 11101010 1010111 101110

Color Harmonies of #0F24DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F24DC

Black with #0F24DC

Text Example


Text Example

White with #0F24DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F24DC; }

 p { color: rgb(15,36,220); }

 H1.HeaderClassName
 {
   color: #0F24DC;
 }
 .AnyTagClassName
 {
   color: #0F24DC;
 }
</style>

background-color css

<style>
 a { background-color: #0F24DC; }

 a { background-color: rgb(15,36,220); }

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

border-color css

<style>
 span { border-color: #0F24DC; }

 span { border-color: rgb(15,36,220); }

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