Html Css Color HEX #083BEE Persian Blue

📋 copy color: '#083BEE'

red 8 ◦ green 59 ◦ blue 238

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

Shades of Persian Blue #083BEE

Tints of Persian Blue #083BEE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.34%

 BLUE value IS 238 (93.36% from 255) = 78.03%

R = 2.62%
G = 19.34%
B = 78.03%

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

#083BEE (or 0x083BEE) is known color: Persian Blue. HEX triplet: 08, 3B and EE. RGB value is (8,59,238). Sum of RGB (Red+Green+Blue) = 8+59+238=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 238 (93.36% from 255 or 78.03% from 305); Max value from RGB is 238 - color contains mainly: blue. Hex color #083BEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083BEE is #F7C411. Grayscale: #3F3F3F. Windows color (decimal): -16237586 or 15612680. OLE color: 15612680.

HSL color Cylindrical-coordinate representation of color #083BEE: hue angle of 226.7º 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 #083BEE is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 59 238 -
CMYK 0.97 0.75 0 0.07
HSL 226.7º 0.93% 0.48% -
HSV(B) 226.7º 0.97% 0.93% -
XYZ 17.1 9.35 81.79 -
YUV 64.16 226.1 87.95 -
System Red Green Blue C M Y K H S L
Decimal 8 59 238 0.97 0.75 0 0.07 226.7 0.93 0.48
Hex 8 3B EE 61 4B 0 7 E3 5D 30
Octal 10 73 356 141 113 0 7 343 135 60
Binary 1000 111011 11101110 1100001 1001011 0 111 11100011 1011101 110000

Color Harmonies of #083BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083BEE

Black with #083BEE

Text Example


Text Example

White with #083BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,59,238); }

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

background-color css

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

 a { background-color: rgb(8,59,238); }

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

border-color css

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

 span { border-color: rgb(8,59,238); }

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