Html Css Color HEX #083CCF Persian Blue

📋 copy color: '#083CCF'

red 8 ◦ green 60 ◦ blue 207

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

Shades of Persian Blue #083CCF

Tints of Persian Blue #083CCF

RGB

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

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

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

R = 2.91%
G = 21.82%
B = 75.27%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#083CCF (or 0x083CCF) is known color: Persian Blue. HEX triplet: 08, 3C and CF. RGB value is (8,60,207). Sum of RGB (Red+Green+Blue) = 8+60+207=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 207 (81.25% from 255 or 75.27% from 275); Max value from RGB is 207 - color contains mainly: blue. Hex color #083CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083CCF is #F7C330. Grayscale: #3C3C3C. Windows color (decimal): -16237361 or 13581320. OLE color: 13581320.

HSL color Cylindrical-coordinate representation of color #083CCF: hue angle of 224.32º 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 #083CCF is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 60 207 -
CMYK 0.96 0.71 0 0.19
HSL 224.32º 0.93% 0.42% -
HSV(B) 224.32º 0.96% 0.81% -
XYZ 12.98 7.79 59.85 -
YUV 61.21 210.27 90.05 -
System Red Green Blue C M Y K H S L
Decimal 8 60 207 0.96 0.71 0 0.19 224.32 0.93 0.42
Hex 8 3C CF 60 47 0 13 E0 5D 2A
Octal 10 74 317 140 107 0 23 340 135 52
Binary 1000 111100 11001111 1100000 1000111 0 10011 11100000 1011101 101010

Color Harmonies of #083CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083CCF

Black with #083CCF

Text Example


Text Example

White with #083CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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