Html Css Color HEX #083CEF Persian Blue

📋 copy color: '#083CEF'

red 8 ◦ green 60 ◦ blue 239

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

Shades of Persian Blue #083CEF

Tints of Persian Blue #083CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 77.85%

R = 2.61%
G = 19.54%
B = 77.85%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#083CEF (or 0x083CEF) is known color: Persian Blue. HEX triplet: 08, 3C and EF. RGB value is (8,60,239). Sum of RGB (Red+Green+Blue) = 8+60+239=307 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 239 (93.75% from 255 or 77.85% from 307); Max value from RGB is 239 - color contains mainly: blue. Hex color #083CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083CEF is #F7C310. Grayscale: #404040. Windows color (decimal): -16237329 or 15678472. OLE color: 15678472.

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

Color convert

RGB 8 60 239 -
CMYK 0.97 0.75 0 0.06
HSL 226.49º 0.94% 0.48% -
HSV(B) 226.49º 0.97% 0.94% -
XYZ 17.3 9.52 82.59 -
YUV 64.86 226.27 87.45 -
System Red Green Blue C M Y K H S L
Decimal 8 60 239 0.97 0.75 0 0.06 226.49 0.94 0.48
Hex 8 3C EF 61 4B 0 6 E2 5E 30
Octal 10 74 357 141 113 0 6 342 136 60
Binary 1000 111100 11101111 1100001 1001011 0 110 11100010 1011110 110000

Color Harmonies of #083CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083CEF

Black with #083CEF

Text Example


Text Example

White with #083CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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