Html Css Color HEX #0F2ADF Persian Blue

📋 copy color: '#0F2ADF'

red 15 ◦ green 42 ◦ blue 223

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

Shades of Persian Blue #0F2ADF

Tints of Persian Blue #0F2ADF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15%

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

R = 5.36%
G = 15%
B = 79.64%

CMYK

 C value IS 0.93

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F2ADF (or 0x0F2ADF) is known color: Persian Blue. HEX triplet: 0F, 2A and DF. RGB value is (15,42,223). Sum of RGB (Red+Green+Blue) = 15+42+223=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 223 (87.5% from 255 or 79.64% from 280); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F2ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F2ADF is #F0D520. Grayscale: #353535. Windows color (decimal): -15783201 or 14625295. OLE color: 14625295.

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

Color convert

RGB 15 42 223 -
CMYK 0.93 0.81 0 0.13
HSL 232.21º 0.87% 0.47% -
HSV(B) 232.21º 0.93% 0.87% -
XYZ 14.34 7.09 70.42 -
YUV 54.56 223.05 99.78 -
System Red Green Blue C M Y K H S L
Decimal 15 42 223 0.93 0.81 0 0.13 232.21 0.87 0.47
Hex F 2A DF 5D 51 0 D E8 57 2F
Octal 17 52 337 135 121 0 15 350 127 57
Binary 1111 101010 11011111 1011101 1010001 0 1101 11101000 1010111 101111

Color Harmonies of #0F2ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2ADF

Black with #0F2ADF

Text Example


Text Example

White with #0F2ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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