Html Css Color HEX #088DFF Dodger Blue

📋 copy color: '#088DFF'

red 8 ◦ green 141 ◦ blue 255

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

Shades of Dodger Blue #088DFF

Tints of Dodger Blue #088DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.12%

R = 1.98%
G = 34.9%
B = 63.12%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#088DFF (or 0x088DFF) is known color: Dodger Blue. HEX triplet: 08, 8D and FF. RGB value is (8,141,255). Sum of RGB (Red+Green+Blue) = 8+141+255=404 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.98% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #088DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088DFF is #F77200. Grayscale: #717171. Windows color (decimal): -16216577 or 16747784. OLE color: 16747784.

HSL color Cylindrical-coordinate representation of color #088DFF: hue angle of 207.69º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #088DFF is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 8 141 255 -
CMYK 0.97 0.45 0 0
HSL 207.69º 1% 0.52% -
HSV(B) 207.69º 0.97% 1% -
XYZ 27.68 26.32 98.23 -
YUV 114.23 207.44 52.23 -
System Red Green Blue C M Y K H S L
Decimal 8 141 255 0.97 0.45 0 0 207.69 1 0.52
Hex 8 8D FF 61 2D 0 0 D0 64 34
Octal 10 215 377 141 55 0 0 320 144 64
Binary 1000 10001101 11111111 1100001 101101 0 0 11010000 1100100 110100

Color Harmonies of #088DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088DFF

Black with #088DFF

Text Example


Text Example

White with #088DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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