Html Css Color HEX #088BFD Dodger Blue

📋 copy color: '#088BFD'

red 8 ◦ green 139 ◦ blue 253

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

Shades of Dodger Blue #088BFD

Tints of Dodger Blue #088BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.25%

R = 2%
G = 34.75%
B = 63.25%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#088BFD (or 0x088BFD) is known color: Dodger Blue. HEX triplet: 08, 8B and FD. RGB value is (8,139,253). Sum of RGB (Red+Green+Blue) = 8+139+253=400 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #088BFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088BFD is #F77402. Grayscale: #707070. Windows color (decimal): -16217091 or 16616200. OLE color: 16616200.

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

Color convert

RGB 8 139 253 -
CMYK 0.97 0.45 0 0.01
HSL 207.92º 0.98% 0.51% -
HSV(B) 207.92º 0.97% 0.99% -
XYZ 27.06 25.61 96.45 -
YUV 112.83 207.1 53.23 -
System Red Green Blue C M Y K H S L
Decimal 8 139 253 0.97 0.45 0 0.01 207.92 0.98 0.51
Hex 8 8B FD 61 2D 0 1 D0 62 33
Octal 10 213 375 141 55 0 1 320 142 63
Binary 1000 10001011 11111101 1100001 101101 0 1 11010000 1100010 110011

Color Harmonies of #088BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088BFD

Black with #088BFD

Text Example


Text Example

White with #088BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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