Html Css Color HEX #0F34EF Persian Blue

📋 copy color: '#0F34EF'

red 15 ◦ green 52 ◦ blue 239

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

Shades of Persian Blue #0F34EF

Tints of Persian Blue #0F34EF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.99%

 BLUE value IS 239 (93.75% from 255) = 78.1%

R = 4.9%
G = 16.99%
B = 78.1%

CMYK

 C value IS 0.94

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0F34EF (or 0x0F34EF) is known color: Persian Blue. HEX triplet: 0F, 34 and EF. RGB value is (15,52,239). Sum of RGB (Red+Green+Blue) = 15+52+239=306 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.90% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 239 (93.75% from 255 or 78.10% from 306); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F34EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F34EF is #F0CB10. Grayscale: #3D3D3D. Windows color (decimal): -15780625 or 15676431. OLE color: 15676431.

HSL color Cylindrical-coordinate representation of color #0F34EF: hue angle of 230.09º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F34EF is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 15 52 239 -
CMYK 0.94 0.78 0 0.06
HSL 230.09º 0.88% 0.5% -
HSV(B) 230.09º 0.94% 0.94% -
XYZ 17 8.79 82.46 -
YUV 62.26 227.74 94.29 -
System Red Green Blue C M Y K H S L
Decimal 15 52 239 0.94 0.78 0 0.06 230.09 0.88 0.5
Hex F 34 EF 5E 4E 0 6 E6 58 32
Octal 17 64 357 136 116 0 6 346 130 62
Binary 1111 110100 11101111 1011110 1001110 0 110 11100110 1011000 110010

Color Harmonies of #0F34EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F34EF

Black with #0F34EF

Text Example


Text Example

White with #0F34EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,52,239); }

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

background-color css

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

 a { background-color: rgb(15,52,239); }

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

border-color css

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

 span { border-color: rgb(15,52,239); }

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