Html Css Color HEX #0883EE Dodger Blue

📋 copy color: '#0883EE'

red 8 ◦ green 131 ◦ blue 238

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

Shades of Dodger Blue #0883EE

Tints of Dodger Blue #0883EE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.75%

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

R = 2.12%
G = 34.75%
B = 63.13%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0883EE (or 0x0883EE) is known color: Dodger Blue. HEX triplet: 08, 83 and EE. RGB value is (8,131,238). Sum of RGB (Red+Green+Blue) = 8+131+238=377 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.12% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #0883EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0883EE is #F77C11. Grayscale: #696969. Windows color (decimal): -16219154 or 15631112. OLE color: 15631112.

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

Color convert

RGB 8 131 238 -
CMYK 0.97 0.45 0 0.07
HSL 207.91º 0.93% 0.48% -
HSV(B) 207.91º 0.97% 0.93% -
XYZ 23.65 22.46 83.98 -
YUV 106.42 202.25 57.8 -
System Red Green Blue C M Y K H S L
Decimal 8 131 238 0.97 0.45 0 0.07 207.91 0.93 0.48
Hex 8 83 EE 61 2D 0 7 D0 5D 30
Octal 10 203 356 141 55 0 7 320 135 60
Binary 1000 10000011 11101110 1100001 101101 0 111 11010000 1011101 110000

Color Harmonies of #0883EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0883EE

Black with #0883EE

Text Example


Text Example

White with #0883EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0883EE; }

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

 H1.HeaderClassName
 {
   color: #0883EE;
 }
 .AnyTagClassName
 {
   color: #0883EE;
 }
</style>

background-color css

<style>
 a { background-color: #0883EE; }

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

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

border-color css

<style>
 span { border-color: #0883EE; }

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

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