Html Css Color HEX #088BED Dodger Blue

📋 copy color: '#088BED'

red 8 ◦ green 139 ◦ blue 237

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

Shades of Dodger Blue #088BED

Tints of Dodger Blue #088BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 61.72%

R = 2.08%
G = 36.2%
B = 61.72%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#088BED (or 0x088BED) is known color: Dodger Blue. HEX triplet: 08, 8B and ED. RGB value is (8,139,237). Sum of RGB (Red+Green+Blue) = 8+139+237=384 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #088BED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088BED is #F77412. Grayscale: #6E6E6E. Windows color (decimal): -16217107 or 15567624. OLE color: 15567624.

HSL color Cylindrical-coordinate representation of color #088BED: hue angle of 205.68º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #088BED is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 139 237 -
CMYK 0.97 0.41 0 0.07
HSL 205.68º 0.93% 0.48% -
HSV(B) 205.68º 0.97% 0.93% -
XYZ 24.62 24.63 83.58 -
YUV 111 199.1 54.53 -
System Red Green Blue C M Y K H S L
Decimal 8 139 237 0.97 0.41 0 0.07 205.68 0.93 0.48
Hex 8 8B ED 61 29 0 7 CE 5D 30
Octal 10 213 355 141 51 0 7 316 135 60
Binary 1000 10001011 11101101 1100001 101001 0 111 11001110 1011101 110000

Color Harmonies of #088BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088BED

Black with #088BED

Text Example


Text Example

White with #088BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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