Html Css Color HEX #0F2DEB Persian Blue

📋 copy color: '#0F2DEB'

red 15 ◦ green 45 ◦ blue 235

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

Shades of Persian Blue #0F2DEB

Tints of Persian Blue #0F2DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 79.66%

R = 5.08%
G = 15.25%
B = 79.66%

CMYK

 C value IS 0.94

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0F2DEB (or 0x0F2DEB) is known color: Persian Blue. HEX triplet: 0F, 2D and EB. RGB value is (15,45,235). Sum of RGB (Red+Green+Blue) = 15+45+235=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 235 (92.19% from 255 or 79.66% from 295); Max value from RGB is 235 - color contains mainly: blue. Hex color #0F2DEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F2DEB is #F0D214. Grayscale: #383838. Windows color (decimal): -15782421 or 15412495. OLE color: 15412495.

HSL color Cylindrical-coordinate representation of color #0F2DEB: hue angle of 231.82º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F2DEB is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 45 235 -
CMYK 0.94 0.81 0 0.08
HSL 231.82º 0.88% 0.49% -
HSV(B) 231.82º 0.94% 0.92% -
XYZ 16.13 7.98 79.29 -
YUV 57.69 228.06 97.55 -
System Red Green Blue C M Y K H S L
Decimal 15 45 235 0.94 0.81 0 0.08 231.82 0.88 0.49
Hex F 2D EB 5E 51 0 8 E8 58 31
Octal 17 55 353 136 121 0 10 350 130 61
Binary 1111 101101 11101011 1011110 1010001 0 1000 11101000 1011000 110001

Color Harmonies of #0F2DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2DEB

Black with #0F2DEB

Text Example


Text Example

White with #0F2DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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