Html Css Color HEX #088DFC Dodger Blue

📋 copy color: '#088DFC'

red 8 ◦ green 141 ◦ blue 252

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

Shades of Dodger Blue #088DFC

Tints of Dodger Blue #088DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 62.84%

R = 2%
G = 35.16%
B = 62.84%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#088DFC (or 0x088DFC) is known color: Dodger Blue. HEX triplet: 08, 8D and FC. RGB value is (8,141,252). Sum of RGB (Red+Green+Blue) = 8+141+252=401 (53% of max value = 765). Red value is 8 (3.52% from 255 or 2.00% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #088DFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088DFC is #F77203. Grayscale: #717171. Windows color (decimal): -16216580 or 16551176. OLE color: 16551176.

HSL color Cylindrical-coordinate representation of color #088DFC: hue angle of 207.3º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #088DFC is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 8 141 252 -
CMYK 0.97 0.44 0 0.01
HSL 207.3º 0.98% 0.51% -
HSV(B) 207.3º 0.97% 0.99% -
XYZ 27.2 26.13 95.71 -
YUV 113.89 205.94 52.47 -
System Red Green Blue C M Y K H S L
Decimal 8 141 252 0.97 0.44 0 0.01 207.3 0.98 0.51
Hex 8 8D FC 61 2C 0 1 CF 62 33
Octal 10 215 374 141 54 0 1 317 142 63
Binary 1000 10001101 11111100 1100001 101100 0 1 11001111 1100010 110011

Color Harmonies of #088DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088DFC

Black with #088DFC

Text Example


Text Example

White with #088DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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