Html Css Color HEX #0F45DF Persian Blue

📋 copy color: '#0F45DF'

red 15 ◦ green 69 ◦ blue 223

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

Shades of Persian Blue #0F45DF

Tints of Persian Blue #0F45DF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.48%

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

R = 4.89%
G = 22.48%
B = 72.64%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F45DF (or 0x0F45DF) is known color: Persian Blue. HEX triplet: 0F, 45 and DF. RGB value is (15,69,223). Sum of RGB (Red+Green+Blue) = 15+69+223=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F45DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F45DF is #F0BA20. Grayscale: #454545. Windows color (decimal): -15776289 or 14632207. OLE color: 14632207.

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

Color convert

RGB 15 69 223 -
CMYK 0.93 0.69 0 0.13
HSL 224.42º 0.87% 0.47% -
HSV(B) 224.42º 0.93% 0.87% -
XYZ 15.64 9.69 70.86 -
YUV 70.41 214.11 88.48 -
System Red Green Blue C M Y K H S L
Decimal 15 69 223 0.93 0.69 0 0.13 224.42 0.87 0.47
Hex F 45 DF 5D 45 0 D E0 57 2F
Octal 17 105 337 135 105 0 15 340 127 57
Binary 1111 1000101 11011111 1011101 1000101 0 1101 11100000 1010111 101111

Color Harmonies of #0F45DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F45DF

Black with #0F45DF

Text Example


Text Example

White with #0F45DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,69,223); }

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

background-color css

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

 a { background-color: rgb(15,69,223); }

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

border-color css

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

 span { border-color: rgb(15,69,223); }

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