Html Css Color HEX #0835EA Persian Blue

📋 copy color: '#0835EA'

red 8 ◦ green 53 ◦ blue 234

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

Shades of Persian Blue #0835EA

Tints of Persian Blue #0835EA

RGB

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

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

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

R = 2.71%
G = 17.97%
B = 79.32%

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

#0835EA (or 0x0835EA) is known color: Persian Blue. HEX triplet: 08, 35 and EA. RGB value is (8,53,234). Sum of RGB (Red+Green+Blue) = 8+53+234=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 234 (91.80% from 255 or 79.32% from 295); Max value from RGB is 234 - color contains mainly: blue. Hex color #0835EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0835EA is #F7CA15. Grayscale: #3B3B3B. Windows color (decimal): -16239126 or 15349000. OLE color: 15349000.

HSL color Cylindrical-coordinate representation of color #0835EA: hue angle of 228.05º 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 #0835EA is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 8 53 234 -
CMYK 0.97 0.77 0 0.08
HSL 228.05º 0.93% 0.47% -
HSV(B) 228.05º 0.97% 0.92% -
XYZ 16.22 8.54 78.63 -
YUV 60.18 226.09 90.78 -
System Red Green Blue C M Y K H S L
Decimal 8 53 234 0.97 0.77 0 0.08 228.05 0.93 0.47
Hex 8 35 EA 61 4D 0 8 E4 5D 2F
Octal 10 65 352 141 115 0 10 344 135 57
Binary 1000 110101 11101010 1100001 1001101 0 1000 11100100 1011101 101111

Color Harmonies of #0835EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0835EA

Black with #0835EA

Text Example


Text Example

White with #0835EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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