Html Css Color HEX #0843DE Persian Blue

📋 copy color: '#0843DE'

red 8 ◦ green 67 ◦ blue 222

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

Shades of Persian Blue #0843DE

Tints of Persian Blue #0843DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 74.75%

R = 2.69%
G = 22.56%
B = 74.75%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0843DE (or 0x0843DE) is known color: Persian Blue. HEX triplet: 08, 43 and DE. RGB value is (8,67,222). Sum of RGB (Red+Green+Blue) = 8+67+222=297 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.69% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 222 (87.11% from 255 or 74.75% from 297); Max value from RGB is 222 - color contains mainly: blue. Hex color #0843DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0843DE is #F7BC21. Grayscale: #424242. Windows color (decimal): -16235554 or 14566152. OLE color: 14566152.

HSL color Cylindrical-coordinate representation of color #0843DE: hue angle of 223.46º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0843DE is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 67 222 -
CMYK 0.96 0.70 0 0.13
HSL 223.46º 0.93% 0.45% -
HSV(B) 223.46º 0.96% 0.87% -
XYZ 15.29 9.34 70.1 -
YUV 67.03 215.45 85.9 -
System Red Green Blue C M Y K H S L
Decimal 8 67 222 0.96 0.70 0 0.13 223.46 0.93 0.45
Hex 8 43 DE 60 46 0 D DF 5D 2D
Octal 10 103 336 140 106 0 15 337 135 55
Binary 1000 1000011 11011110 1100000 1000110 0 1101 11011111 1011101 101101

Color Harmonies of #0843DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0843DE

Black with #0843DE

Text Example


Text Example

White with #0843DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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