Html Css Color HEX #0E2FDC Persian Blue

📋 copy color: '#0E2FDC'

red 14 ◦ green 47 ◦ blue 220

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

Shades of Persian Blue #0E2FDC

Tints of Persian Blue #0E2FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 78.29%

R = 4.98%
G = 16.73%
B = 78.29%

CMYK

 C value IS 0.94

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0E2FDC (or 0x0E2FDC) is known color: Persian Blue. HEX triplet: 0E, 2F and DC. RGB value is (14,47,220). Sum of RGB (Red+Green+Blue) = 14+47+220=281 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.98% from 281); Green value is 47 (18.75% from 255 or 16.73% from 281); Blue value is 220 (86.33% from 255 or 78.29% from 281); Max value from RGB is 220 - color contains mainly: blue. Hex color #0E2FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E2FDC is #F1D023. Grayscale: #383838. Windows color (decimal): -15847460 or 14429966. OLE color: 14429966.

HSL color Cylindrical-coordinate representation of color #0E2FDC: hue angle of 230.39º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E2FDC is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 47 220 -
CMYK 0.94 0.79 0 0.14
HSL 230.39º 0.88% 0.46% -
HSV(B) 230.39º 0.94% 0.86% -
XYZ 14.12 7.29 68.37 -
YUV 56.86 220.07 97.43 -
System Red Green Blue C M Y K H S L
Decimal 14 47 220 0.94 0.79 0 0.14 230.39 0.88 0.46
Hex E 2F DC 5E 4F 0 E E6 58 2E
Octal 16 57 334 136 117 0 16 346 130 56
Binary 1110 101111 11011100 1011110 1001111 0 1110 11100110 1011000 101110

Color Harmonies of #0E2FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2FDC

Black with #0E2FDC

Text Example


Text Example

White with #0E2FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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