Html Css Color HEX #0830EF Blue

📋 copy color: '#0830EF'

red 8 ◦ green 48 ◦ blue 239

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

Shades of Blue #0830EF

Tints of Blue #0830EF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.27%

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

R = 2.71%
G = 16.27%
B = 81.02%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0830EF (or 0x0830EF) is known color: Blue. HEX triplet: 08, 30 and EF. RGB value is (8,48,239). Sum of RGB (Red+Green+Blue) = 8+48+239=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 239 (93.75% from 255 or 81.02% from 295); Max value from RGB is 239 - color contains mainly: blue. Hex color #0830EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0830EF is #F7CF10. Grayscale: #393939. Windows color (decimal): -16240401 or 15675400. OLE color: 15675400.

HSL color Cylindrical-coordinate representation of color #0830EF: hue angle of 229.61º 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 #0830EF is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 8 48 239 -
CMYK 0.97 0.80 0 0.06
HSL 229.61º 0.94% 0.48% -
HSV(B) 229.61º 0.97% 0.94% -
XYZ 16.74 8.4 82.4 -
YUV 57.81 230.25 92.47 -
System Red Green Blue C M Y K H S L
Decimal 8 48 239 0.97 0.80 0 0.06 229.61 0.94 0.48
Hex 8 30 EF 61 50 0 6 E6 5E 30
Octal 10 60 357 141 120 0 6 346 136 60
Binary 1000 110000 11101111 1100001 1010000 0 110 11100110 1011110 110000

Color Harmonies of #0830EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0830EF

Black with #0830EF

Text Example


Text Example

White with #0830EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0830EF; }

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

 H1.HeaderClassName
 {
   color: #0830EF;
 }
 .AnyTagClassName
 {
   color: #0830EF;
 }
</style>

background-color css

<style>
 a { background-color: #0830EF; }

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

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

border-color css

<style>
 span { border-color: #0830EF; }

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

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