Html Css Color HEX #088BFF Dodger Blue

📋 copy color: '#088BFF'

red 8 ◦ green 139 ◦ blue 255

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

Shades of Dodger Blue #088BFF

Tints of Dodger Blue #088BFF

RGB

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

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

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

R = 1.99%
G = 34.58%
B = 63.43%

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

#088BFF (or 0x088BFF) is known color: Dodger Blue. HEX triplet: 08, 8B and FF. RGB value is (8,139,255). Sum of RGB (Red+Green+Blue) = 8+139+255=402 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.99% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #088BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088BFF is #F77400. Grayscale: #707070. Windows color (decimal): -16217089 or 16747272. OLE color: 16747272.

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

Color convert

RGB 8 139 255 -
CMYK 0.97 0.45 0 0
HSL 208.18º 1% 0.52% -
HSV(B) 208.18º 0.97% 1% -
XYZ 27.38 25.74 98.13 -
YUV 113.06 208.1 53.07 -
System Red Green Blue C M Y K H S L
Decimal 8 139 255 0.97 0.45 0 0 208.18 1 0.52
Hex 8 8B FF 61 2D 0 0 D0 64 34
Octal 10 213 377 141 55 0 0 320 144 64
Binary 1000 10001011 11111111 1100001 101101 0 0 11010000 1100100 110100

Color Harmonies of #088BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088BFF

Black with #088BFF

Text Example


Text Example

White with #088BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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