Html Css Color HEX #088BFE Dodger Blue

📋 copy color: '#088BFE'

red 8 ◦ green 139 ◦ blue 254

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

Shades of Dodger Blue #088BFE

Tints of Dodger Blue #088BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.66%

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

R = 2%
G = 34.66%
B = 63.34%

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

#088BFE (or 0x088BFE) is known color: Dodger Blue. HEX triplet: 08, 8B and FE. RGB value is (8,139,254). Sum of RGB (Red+Green+Blue) = 8+139+254=401 (53% of max value = 765). Red value is 8 (3.52% from 255 or 2.00% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #088BFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088BFE is #F77401. Grayscale: #707070. Windows color (decimal): -16217090 or 16681736. OLE color: 16681736.

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

Color convert

RGB 8 139 254 -
CMYK 0.97 0.45 0 0.00
HSL 208.05º 0.99% 0.51% -
HSV(B) 208.05º 0.97% 1% -
XYZ 27.22 25.67 97.29 -
YUV 112.94 207.6 53.15 -
System Red Green Blue C M Y K H S L
Decimal 8 139 254 0.97 0.45 0 0.00 208.05 0.99 0.51
Hex 8 8B FE 61 2D 0 0 D0 63 33
Octal 10 213 376 141 55 0 0 320 143 63
Binary 1000 10001011 11111110 1100001 101101 0 0 11010000 1100011 110011

Color Harmonies of #088BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088BFE

Black with #088BFE

Text Example


Text Example

White with #088BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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