Html Css Color HEX #0843CD Persian Blue

📋 copy color: '#0843CD'

red 8 ◦ green 67 ◦ blue 205

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

Shades of Persian Blue #0843CD

Tints of Persian Blue #0843CD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.93%

 BLUE value IS 205 (80.47% from 255) = 73.21%

R = 2.86%
G = 23.93%
B = 73.21%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0843CD (or 0x0843CD) is known color: Persian Blue. HEX triplet: 08, 43 and CD. RGB value is (8,67,205). Sum of RGB (Red+Green+Blue) = 8+67+205=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 205 (80.47% from 255 or 73.21% from 280); Max value from RGB is 205 - color contains mainly: blue. Hex color #0843CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0843CD is #F7BC32. Grayscale: #404040. Windows color (decimal): -16235571 or 13452040. OLE color: 13452040.

HSL color Cylindrical-coordinate representation of color #0843CD: hue angle of 222.03º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0843CD is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 67 205 -
CMYK 0.96 0.67 0 0.20
HSL 222.03º 0.92% 0.42% -
HSV(B) 222.03º 0.96% 0.8% -
XYZ 13.13 8.47 58.7 -
YUV 65.09 206.95 87.28 -
System Red Green Blue C M Y K H S L
Decimal 8 67 205 0.96 0.67 0 0.20 222.03 0.92 0.42
Hex 8 43 CD 60 43 0 14 DE 5C 2A
Octal 10 103 315 140 103 0 24 336 134 52
Binary 1000 1000011 11001101 1100000 1000011 0 10100 11011110 1011100 101010

Color Harmonies of #0843CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0843CD

Black with #0843CD

Text Example


Text Example

White with #0843CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0843CD; }

 p { color: rgb(8,67,205); }

 H1.HeaderClassName
 {
   color: #0843CD;
 }
 .AnyTagClassName
 {
   color: #0843CD;
 }
</style>

background-color css

<style>
 a { background-color: #0843CD; }

 a { background-color: rgb(8,67,205); }

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

border-color css

<style>
 span { border-color: #0843CD; }

 span { border-color: rgb(8,67,205); }

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