Html Css Color HEX #088DED Dodger Blue

📋 copy color: '#088DED'

red 8 ◦ green 141 ◦ blue 237

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

Shades of Dodger Blue #088DED

Tints of Dodger Blue #088DED

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.53%

 BLUE value IS 237 (92.97% from 255) = 61.4%

R = 2.07%
G = 36.53%
B = 61.4%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#088DED (or 0x088DED) is known color: Dodger Blue. HEX triplet: 08, 8D and ED. RGB value is (8,141,237). Sum of RGB (Red+Green+Blue) = 8+141+237=386 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #088DED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088DED is #F77212. Grayscale: #6F6F6F. Windows color (decimal): -16216595 or 15568136. OLE color: 15568136.

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

Color convert

RGB 8 141 237 -
CMYK 0.97 0.41 0 0.07
HSL 205.15º 0.93% 0.48% -
HSV(B) 205.15º 0.97% 0.93% -
XYZ 24.91 25.22 83.67 -
YUV 112.18 198.44 53.69 -
System Red Green Blue C M Y K H S L
Decimal 8 141 237 0.97 0.41 0 0.07 205.15 0.93 0.48
Hex 8 8D ED 61 29 0 7 CD 5D 30
Octal 10 215 355 141 51 0 7 315 135 60
Binary 1000 10001101 11101101 1100001 101001 0 111 11001101 1011101 110000

Color Harmonies of #088DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088DED

Black with #088DED

Text Example


Text Example

White with #088DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088DED; }

 p { color: rgb(8,141,237); }

 H1.HeaderClassName
 {
   color: #088DED;
 }
 .AnyTagClassName
 {
   color: #088DED;
 }
</style>

background-color css

<style>
 a { background-color: #088DED; }

 a { background-color: rgb(8,141,237); }

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

border-color css

<style>
 span { border-color: #088DED; }

 span { border-color: rgb(8,141,237); }

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