Html Css Color HEX #0836EA Persian Blue

📋 copy color: '#0836EA'

red 8 ◦ green 54 ◦ blue 234

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

Shades of Persian Blue #0836EA

Tints of Persian Blue #0836EA

RGB

 RED value IS 8 (3.52% from 255) = 2.7%

 GREEN value IS 54 (21.48% from 255) = 18.24%

 BLUE value IS 234 (91.8% from 255) = 79.05%

R = 2.7%
G = 18.24%
B = 79.05%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0836EA (or 0x0836EA) is known color: Persian Blue. HEX triplet: 08, 36 and EA. RGB value is (8,54,234). Sum of RGB (Red+Green+Blue) = 8+54+234=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 234 (91.80% from 255 or 79.05% from 296); Max value from RGB is 234 - color contains mainly: blue. Hex color #0836EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0836EA is #F7C915. Grayscale: #3C3C3C. Windows color (decimal): -16238870 or 15349256. OLE color: 15349256.

HSL color Cylindrical-coordinate representation of color #0836EA: hue angle of 227.79º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0836EA is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 8 54 234 -
CMYK 0.97 0.77 0 0.08
HSL 227.79º 0.93% 0.47% -
HSV(B) 227.79º 0.97% 0.92% -
XYZ 16.27 8.63 78.65 -
YUV 60.77 225.76 90.36 -
System Red Green Blue C M Y K H S L
Decimal 8 54 234 0.97 0.77 0 0.08 227.79 0.93 0.47
Hex 8 36 EA 61 4D 0 8 E4 5D 2F
Octal 10 66 352 141 115 0 10 344 135 57
Binary 1000 110110 11101010 1100001 1001101 0 1000 11100100 1011101 101111

Color Harmonies of #0836EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0836EA

Black with #0836EA

Text Example


Text Example

White with #0836EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0836EA; }

 p { color: rgb(8,54,234); }

 H1.HeaderClassName
 {
   color: #0836EA;
 }
 .AnyTagClassName
 {
   color: #0836EA;
 }
</style>

background-color css

<style>
 a { background-color: #0836EA; }

 a { background-color: rgb(8,54,234); }

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

border-color css

<style>
 span { border-color: #0836EA; }

 span { border-color: rgb(8,54,234); }

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