Html Css Color HEX #088CFE Dodger Blue

📋 copy color: '#088CFE'

red 8 ◦ green 140 ◦ blue 254

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

Shades of Dodger Blue #088CFE

Tints of Dodger Blue #088CFE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.83%

 BLUE value IS 254 (99.61% from 255) = 63.18%

R = 1.99%
G = 34.83%
B = 63.18%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#088CFE (or 0x088CFE) is known color: Dodger Blue. HEX triplet: 08, 8C and FE. RGB value is (8,140,254). Sum of RGB (Red+Green+Blue) = 8+140+254=402 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.99% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #088CFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088CFE is #F77301. Grayscale: #707070. Windows color (decimal): -16216834 or 16681992. OLE color: 16681992.

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

Color convert

RGB 8 140 254 -
CMYK 0.97 0.45 0 0.00
HSL 207.8º 0.99% 0.51% -
HSV(B) 207.8º 0.97% 1% -
XYZ 27.37 25.96 97.33 -
YUV 113.53 207.27 52.73 -
System Red Green Blue C M Y K H S L
Decimal 8 140 254 0.97 0.45 0 0.00 207.8 0.99 0.51
Hex 8 8C FE 61 2D 0 0 D0 63 33
Octal 10 214 376 141 55 0 0 320 143 63
Binary 1000 10001100 11111110 1100001 101101 0 0 11010000 1100011 110011

Color Harmonies of #088CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088CFE

Black with #088CFE

Text Example


Text Example

White with #088CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,140,254); }

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

background-color css

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

 a { background-color: rgb(8,140,254); }

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

border-color css

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

 span { border-color: rgb(8,140,254); }

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