Html Css Color HEX #0840E8 Persian Blue

📋 copy color: '#0840E8'

red 8 ◦ green 64 ◦ blue 232

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

Shades of Persian Blue #0840E8

Tints of Persian Blue #0840E8

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.05%

 BLUE value IS 232 (91.02% from 255) = 76.32%

R = 2.63%
G = 21.05%
B = 76.32%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0840E8 (or 0x0840E8) is known color: Persian Blue. HEX triplet: 08, 40 and E8. RGB value is (8,64,232). Sum of RGB (Red+Green+Blue) = 8+64+232=304 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.63% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 232 (91.02% from 255 or 76.32% from 304); Max value from RGB is 232 - color contains mainly: blue. Hex color #0840E8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0840E8 is #F7BF17. Grayscale: #414141. Windows color (decimal): -16236312 or 15220744. OLE color: 15220744.

HSL color Cylindrical-coordinate representation of color #0840E8: hue angle of 225º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0840E8 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 8 64 232 -
CMYK 0.97 0.72 0 0.09
HSL 225º 0.93% 0.47% -
HSV(B) 225º 0.97% 0.91% -
XYZ 16.5 9.54 77.32 -
YUV 66.41 221.45 86.34 -
System Red Green Blue C M Y K H S L
Decimal 8 64 232 0.97 0.72 0 0.09 225 0.93 0.47
Hex 8 40 E8 61 48 0 9 E1 5D 2F
Octal 10 100 350 141 110 0 11 341 135 57
Binary 1000 1000000 11101000 1100001 1001000 0 1001 11100001 1011101 101111

Color Harmonies of #0840E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0840E8

Black with #0840E8

Text Example


Text Example

White with #0840E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0840E8; }

 p { color: rgb(8,64,232); }

 H1.HeaderClassName
 {
   color: #0840E8;
 }
 .AnyTagClassName
 {
   color: #0840E8;
 }
</style>

background-color css

<style>
 a { background-color: #0840E8; }

 a { background-color: rgb(8,64,232); }

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

border-color css

<style>
 span { border-color: #0840E8; }

 span { border-color: rgb(8,64,232); }

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