Html Css Color HEX #0688ED Dodger Blue

📋 copy color: '#0688ED'

red 6 ◦ green 136 ◦ blue 237

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

Shades of Dodger Blue #0688ED

Tints of Dodger Blue #0688ED

RGB

 RED value IS 6 (2.73% from 255) = 1.58%

 GREEN value IS 136 (53.52% from 255) = 35.88%

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

R = 1.58%
G = 35.88%
B = 62.53%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0688ED (or 0x0688ED) is known color: Dodger Blue. HEX triplet: 06, 88 and ED. RGB value is (6,136,237). Sum of RGB (Red+Green+Blue) = 6+136+237=379 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.58% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 237 (92.97% from 255 or 62.53% from 379); Max value from RGB is 237 - color contains mainly: blue. Hex color #0688ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0688ED is #F97712. Grayscale: #6C6C6C. Windows color (decimal): -16348947 or 15566854. OLE color: 15566854.

HSL color Cylindrical-coordinate representation of color #0688ED: hue angle of 206.23º degrees, saturation: 0.95, 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 #0688ED is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 136 237 -
CMYK 0.97 0.43 0 0.07
HSL 206.23º 0.95% 0.48% -
HSV(B) 206.23º 0.97% 0.93% -
XYZ 24.17 23.76 83.43 -
YUV 108.64 200.43 54.79 -
System Red Green Blue C M Y K H S L
Decimal 6 136 237 0.97 0.43 0 0.07 206.23 0.95 0.48
Hex 6 88 ED 61 2B 0 7 CE 5F 30
Octal 6 210 355 141 53 0 7 316 137 60
Binary 110 10001000 11101101 1100001 101011 0 111 11001110 1011111 110000

Color Harmonies of #0688ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0688ED

Black with #0688ED

Text Example


Text Example

White with #0688ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0688ED; }

 p { color: rgb(6,136,237); }

 H1.HeaderClassName
 {
   color: #0688ED;
 }
 .AnyTagClassName
 {
   color: #0688ED;
 }
</style>

background-color css

<style>
 a { background-color: #0688ED; }

 a { background-color: rgb(6,136,237); }

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

border-color css

<style>
 span { border-color: #0688ED; }

 span { border-color: rgb(6,136,237); }

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