Html Css Color HEX #0F2DDF Persian Blue

📋 copy color: '#0F2DDF'

red 15 ◦ green 45 ◦ blue 223

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

Shades of Persian Blue #0F2DDF

Tints of Persian Blue #0F2DDF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.9%

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

R = 5.3%
G = 15.9%
B = 78.8%

CMYK

 C value IS 0.93

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F2DDF (or 0x0F2DDF) is known color: Persian Blue. HEX triplet: 0F, 2D and DF. RGB value is (15,45,223). Sum of RGB (Red+Green+Blue) = 15+45+223=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 223 (87.5% from 255 or 78.80% from 283); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F2DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F2DDF is #F0D220. Grayscale: #373737. Windows color (decimal): -15782433 or 14626063. OLE color: 14626063.

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

Color convert

RGB 15 45 223 -
CMYK 0.93 0.80 0 0.13
HSL 231.35º 0.87% 0.47% -
HSV(B) 231.35º 0.93% 0.87% -
XYZ 14.45 7.31 70.46 -
YUV 56.32 222.06 98.53 -
System Red Green Blue C M Y K H S L
Decimal 15 45 223 0.93 0.80 0 0.13 231.35 0.87 0.47
Hex F 2D DF 5D 50 0 D E7 57 2F
Octal 17 55 337 135 120 0 15 347 127 57
Binary 1111 101101 11011111 1011101 1010000 0 1101 11100111 1010111 101111

Color Harmonies of #0F2DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2DDF

Black with #0F2DDF

Text Example


Text Example

White with #0F2DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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