Html Css Color HEX #0E2FEB Persian Blue

📋 copy color: '#0E2FEB'

red 14 ◦ green 47 ◦ blue 235

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

Shades of Persian Blue #0E2FEB

Tints of Persian Blue #0E2FEB

RGB

 RED value IS 14 (5.86% from 255) = 4.73%

 GREEN value IS 47 (18.75% from 255) = 15.88%

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

R = 4.73%
G = 15.88%
B = 79.39%

CMYK

 C value IS 0.94

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0E2FEB (or 0x0E2FEB) is known color: Persian Blue. HEX triplet: 0E, 2F and EB. RGB value is (14,47,235). Sum of RGB (Red+Green+Blue) = 14+47+235=296 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.73% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 235 (92.19% from 255 or 79.39% from 296); Max value from RGB is 235 - color contains mainly: blue. Hex color #0E2FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E2FEB is #F1D014. Grayscale: #393939. Windows color (decimal): -15847445 or 15413006. OLE color: 15413006.

HSL color Cylindrical-coordinate representation of color #0E2FEB: hue angle of 231.04º degrees, saturation: 0.89, 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 #0E2FEB is Cyan = 0.94, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 14 47 235 -
CMYK 0.94 0.8 0 0.08
HSL 231.04º 0.89% 0.49% -
HSV(B) 231.04º 0.94% 0.92% -
XYZ 16.19 8.12 79.31 -
YUV 58.57 227.57 96.21 -
System Red Green Blue C M Y K H S L
Decimal 14 47 235 0.94 0.8 0 0.08 231.04 0.89 0.49
Hex E 2F EB 5E 50 0 8 E7 59 31
Octal 16 57 353 136 120 0 10 347 131 61
Binary 1110 101111 11101011 1011110 1010000 0 1000 11100111 1011001 110001

Color Harmonies of #0E2FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2FEB

Black with #0E2FEB

Text Example


Text Example

White with #0E2FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,47,235); }

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

background-color css

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

 a { background-color: rgb(14,47,235); }

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

border-color css

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

 span { border-color: rgb(14,47,235); }

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