Html Css Color HEX #0F48DE Persian Blue

📋 copy color: '#0F48DE'

red 15 ◦ green 72 ◦ blue 222

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

Shades of Persian Blue #0F48DE

Tints of Persian Blue #0F48DE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.3%

 BLUE value IS 222 (87.11% from 255) = 71.84%

R = 4.85%
G = 23.3%
B = 71.84%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F48DE (or 0x0F48DE) is known color: Persian Blue. HEX triplet: 0F, 48 and DE. RGB value is (15,72,222). Sum of RGB (Red+Green+Blue) = 15+72+222=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 222 (87.11% from 255 or 71.84% from 309); Max value from RGB is 222 - color contains mainly: blue. Hex color #0F48DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F48DE is #F0B721. Grayscale: #474747. Windows color (decimal): -15775522 or 14567439. OLE color: 14567439.

HSL color Cylindrical-coordinate representation of color #0F48DE: hue angle of 223.48º 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 #0F48DE is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 72 222 -
CMYK 0.93 0.68 0 0.13
HSL 223.48º 0.87% 0.46% -
HSV(B) 223.48º 0.93% 0.87% -
XYZ 15.7 10.01 70.21 -
YUV 72.06 212.62 87.3 -
System Red Green Blue C M Y K H S L
Decimal 15 72 222 0.93 0.68 0 0.13 223.48 0.87 0.46
Hex F 48 DE 5D 44 0 D DF 57 2E
Octal 17 110 336 135 104 0 15 337 127 56
Binary 1111 1001000 11011110 1011101 1000100 0 1101 11011111 1010111 101110

Color Harmonies of #0F48DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F48DE

Black with #0F48DE

Text Example


Text Example

White with #0F48DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,72,222); }

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

background-color css

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

 a { background-color: rgb(15,72,222); }

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

border-color css

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

 span { border-color: rgb(15,72,222); }

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