Html Css Color HEX #088CEB Dodger Blue

📋 copy color: '#088CEB'

red 8 ◦ green 140 ◦ blue 235

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

Shades of Dodger Blue #088CEB

Tints of Dodger Blue #088CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.55%

 BLUE value IS 235 (92.19% from 255) = 61.36%

R = 2.09%
G = 36.55%
B = 61.36%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#088CEB (or 0x088CEB) is known color: Dodger Blue. HEX triplet: 08, 8C and EB. RGB value is (8,140,235). Sum of RGB (Red+Green+Blue) = 8+140+235=383 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.09% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #088CEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088CEB is #F77314. Grayscale: #6E6E6E. Windows color (decimal): -16216853 or 15436808. OLE color: 15436808.

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

Color convert

RGB 8 140 235 -
CMYK 0.97 0.40 0 0.08
HSL 205.11º 0.93% 0.48% -
HSV(B) 205.11º 0.97% 0.92% -
XYZ 24.47 24.81 82.1 -
YUV 111.36 197.77 54.28 -
System Red Green Blue C M Y K H S L
Decimal 8 140 235 0.97 0.40 0 0.08 205.11 0.93 0.48
Hex 8 8C EB 61 28 0 8 CD 5D 30
Octal 10 214 353 141 50 0 10 315 135 60
Binary 1000 10001100 11101011 1100001 101000 0 1000 11001101 1011101 110000

Color Harmonies of #088CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088CEB

Black with #088CEB

Text Example


Text Example

White with #088CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,140,235); }

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

background-color css

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

 a { background-color: rgb(8,140,235); }

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

border-color css

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

 span { border-color: rgb(8,140,235); }

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