Html Css Color HEX #088AFB Dodger Blue

📋 copy color: '#088AFB'

red 8 ◦ green 138 ◦ blue 251

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

Shades of Dodger Blue #088AFB

Tints of Dodger Blue #088AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.76%

 BLUE value IS 251 (98.44% from 255) = 63.22%

R = 2.02%
G = 34.76%
B = 63.22%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#088AFB (or 0x088AFB) is known color: Dodger Blue. HEX triplet: 08, 8A and FB. RGB value is (8,138,251). Sum of RGB (Red+Green+Blue) = 8+138+251=397 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.02% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #088AFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088AFB is #F77504. Grayscale: #6F6F6F. Windows color (decimal): -16217349 or 16484872. OLE color: 16484872.

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

Color convert

RGB 8 138 251 -
CMYK 0.97 0.45 0 0.02
HSL 207.9º 0.97% 0.51% -
HSV(B) 207.9º 0.97% 0.98% -
XYZ 26.6 25.19 94.73 -
YUV 112.01 206.43 53.81 -
System Red Green Blue C M Y K H S L
Decimal 8 138 251 0.97 0.45 0 0.02 207.9 0.97 0.51
Hex 8 8A FB 61 2D 0 2 D0 61 33
Octal 10 212 373 141 55 0 2 320 141 63
Binary 1000 10001010 11111011 1100001 101101 0 10 11010000 1100001 110011

Color Harmonies of #088AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088AFB

Black with #088AFB

Text Example


Text Example

White with #088AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,138,251); }

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

background-color css

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

 a { background-color: rgb(8,138,251); }

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

border-color css

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

 span { border-color: rgb(8,138,251); }

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