Html Css Color HEX #0840CF Persian Blue

📋 copy color: '#0840CF'

red 8 ◦ green 64 ◦ blue 207

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

Shades of Persian Blue #0840CF

Tints of Persian Blue #0840CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 74.19%

R = 2.87%
G = 22.94%
B = 74.19%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0840CF (or 0x0840CF) is known color: Persian Blue. HEX triplet: 08, 40 and CF. RGB value is (8,64,207). Sum of RGB (Red+Green+Blue) = 8+64+207=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 207 (81.25% from 255 or 74.19% from 279); Max value from RGB is 207 - color contains mainly: blue. Hex color #0840CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0840CF is #F7BF30. Grayscale: #3E3E3E. Windows color (decimal): -16236337 or 13582344. OLE color: 13582344.

HSL color Cylindrical-coordinate representation of color #0840CF: hue angle of 223.12º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0840CF is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 64 207 -
CMYK 0.96 0.69 0 0.19
HSL 223.12º 0.93% 0.42% -
HSV(B) 223.12º 0.96% 0.81% -
XYZ 13.2 8.22 59.92 -
YUV 63.56 208.95 88.37 -
System Red Green Blue C M Y K H S L
Decimal 8 64 207 0.96 0.69 0 0.19 223.12 0.93 0.42
Hex 8 40 CF 60 45 0 13 DF 5D 2A
Octal 10 100 317 140 105 0 23 337 135 52
Binary 1000 1000000 11001111 1100000 1000101 0 10011 11011111 1011101 101010

Color Harmonies of #0840CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0840CF

Black with #0840CF

Text Example


Text Example

White with #0840CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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