Html Css Color HEX #083CEC Persian Blue

📋 copy color: '#083CEC'

red 8 ◦ green 60 ◦ blue 236

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

Shades of Persian Blue #083CEC

Tints of Persian Blue #083CEC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.74%

 BLUE value IS 236 (92.58% from 255) = 77.63%

R = 2.63%
G = 19.74%
B = 77.63%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#083CEC (or 0x083CEC) is known color: Persian Blue. HEX triplet: 08, 3C and EC. RGB value is (8,60,236). Sum of RGB (Red+Green+Blue) = 8+60+236=304 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.63% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 236 (92.58% from 255 or 77.63% from 304); Max value from RGB is 236 - color contains mainly: blue. Hex color #083CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083CEC is #F7C313. Grayscale: #3F3F3F. Windows color (decimal): -16237332 or 15481864. OLE color: 15481864.

HSL color Cylindrical-coordinate representation of color #083CEC: hue angle of 226.32º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #083CEC is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 60 236 -
CMYK 0.97 0.75 0 0.07
HSL 226.32º 0.93% 0.48% -
HSV(B) 226.32º 0.97% 0.93% -
XYZ 16.86 9.34 80.27 -
YUV 64.52 224.77 87.69 -
System Red Green Blue C M Y K H S L
Decimal 8 60 236 0.97 0.75 0 0.07 226.32 0.93 0.48
Hex 8 3C EC 61 4B 0 7 E2 5D 30
Octal 10 74 354 141 113 0 7 342 135 60
Binary 1000 111100 11101100 1100001 1001011 0 111 11100010 1011101 110000

Color Harmonies of #083CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083CEC

Black with #083CEC

Text Example


Text Example

White with #083CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083CEC; }

 p { color: rgb(8,60,236); }

 H1.HeaderClassName
 {
   color: #083CEC;
 }
 .AnyTagClassName
 {
   color: #083CEC;
 }
</style>

background-color css

<style>
 a { background-color: #083CEC; }

 a { background-color: rgb(8,60,236); }

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

border-color css

<style>
 span { border-color: #083CEC; }

 span { border-color: rgb(8,60,236); }

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