Html Css Color HEX #0F2DDE Persian Blue

📋 copy color: '#0F2DDE'

red 15 ◦ green 45 ◦ blue 222

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

Shades of Persian Blue #0F2DDE

Tints of Persian Blue #0F2DDE

RGB

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

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

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

R = 5.32%
G = 15.96%
B = 78.72%

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

#0F2DDE (or 0x0F2DDE) is known color: Persian Blue. HEX triplet: 0F, 2D and DE. RGB value is (15,45,222). Sum of RGB (Red+Green+Blue) = 15+45+222=282 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.32% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 222 (87.11% from 255 or 78.72% from 282); Max value from RGB is 222 - color contains mainly: blue. Hex color #0F2DDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F2DDE is #F0D221. Grayscale: #373737. Windows color (decimal): -15782434 or 14560527. OLE color: 14560527.

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

Color convert

RGB 15 45 222 -
CMYK 0.93 0.80 0 0.13
HSL 231.3º 0.87% 0.46% -
HSV(B) 231.3º 0.93% 0.87% -
XYZ 14.32 7.25 69.75 -
YUV 56.21 221.56 98.61 -
System Red Green Blue C M Y K H S L
Decimal 15 45 222 0.93 0.80 0 0.13 231.3 0.87 0.46
Hex F 2D DE 5D 50 0 D E7 57 2E
Octal 17 55 336 135 120 0 15 347 127 56
Binary 1111 101101 11011110 1011101 1010000 0 1101 11100111 1010111 101110

Color Harmonies of #0F2DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2DDE

Black with #0F2DDE

Text Example


Text Example

White with #0F2DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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