Html Css Color HEX #0E35F2 Persian Blue

📋 copy color: '#0E35F2'

red 14 ◦ green 53 ◦ blue 242

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

Shades of Persian Blue #0E35F2

Tints of Persian Blue #0E35F2

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.15%

 BLUE value IS 242 (94.92% from 255) = 78.32%

R = 4.53%
G = 17.15%
B = 78.32%

CMYK

 C value IS 0.94

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0E35F2 (or 0x0E35F2) is known color: Persian Blue. HEX triplet: 0E, 35 and F2. RGB value is (14,53,242). Sum of RGB (Red+Green+Blue) = 14+53+242=309 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.53% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 242 (94.92% from 255 or 78.32% from 309); Max value from RGB is 242 - color contains mainly: blue. Hex color #0E35F2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E35F2 is #F1CA0D. Grayscale: #3E3E3E. Windows color (decimal): -15845902 or 15873294. OLE color: 15873294.

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

Color convert

RGB 14 53 242 -
CMYK 0.94 0.78 0 0.05
HSL 229.74º 0.9% 0.5% -
HSV(B) 229.74º 0.94% 0.95% -
XYZ 17.48 9.05 84.83 -
YUV 62.89 229.08 93.13 -
System Red Green Blue C M Y K H S L
Decimal 14 53 242 0.94 0.78 0 0.05 229.74 0.9 0.5
Hex E 35 F2 5E 4E 0 5 E6 5A 32
Octal 16 65 362 136 116 0 5 346 132 62
Binary 1110 110101 11110010 1011110 1001110 0 101 11100110 1011010 110010

Color Harmonies of #0E35F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E35F2

Black with #0E35F2

Text Example


Text Example

White with #0E35F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,53,242); }

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

background-color css

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

 a { background-color: rgb(14,53,242); }

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

border-color css

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

 span { border-color: rgb(14,53,242); }

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