Html Css Color HEX #0F24DD Persian Blue

📋 copy color: '#0F24DD'

red 15 ◦ green 36 ◦ blue 221

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

Shades of Persian Blue #0F24DD

Tints of Persian Blue #0F24DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 81.25%

R = 5.51%
G = 13.24%
B = 81.25%

CMYK

 C value IS 0.93

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F24DD (or 0x0F24DD) is known color: Persian Blue. HEX triplet: 0F, 24 and DD. RGB value is (15,36,221). Sum of RGB (Red+Green+Blue) = 15+36+221=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 221 (86.72% from 255 or 81.25% from 272); Max value from RGB is 221 - color contains mainly: blue. Hex color #0F24DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F24DD is #F0DB22. Grayscale: #323232. Windows color (decimal): -15784739 or 14492687. OLE color: 14492687.

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

Color convert

RGB 15 36 221 -
CMYK 0.93 0.84 0 0.13
HSL 233.88º 0.87% 0.46% -
HSV(B) 233.88º 0.93% 0.87% -
XYZ 13.88 6.58 68.95 -
YUV 50.81 224.04 102.46 -
System Red Green Blue C M Y K H S L
Decimal 15 36 221 0.93 0.84 0 0.13 233.88 0.87 0.46
Hex F 24 DD 5D 54 0 D EA 57 2E
Octal 17 44 335 135 124 0 15 352 127 56
Binary 1111 100100 11011101 1011101 1010100 0 1101 11101010 1010111 101110

Color Harmonies of #0F24DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F24DD

Black with #0F24DD

Text Example


Text Example

White with #0F24DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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