Html Css Color HEX #0685EA Dodger Blue

📋 copy color: '#0685EA'

red 6 ◦ green 133 ◦ blue 234

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

Shades of Dodger Blue #0685EA

Tints of Dodger Blue #0685EA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.66%

 BLUE value IS 234 (91.8% from 255) = 62.73%

R = 1.61%
G = 35.66%
B = 62.73%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0685EA (or 0x0685EA) is known color: Dodger Blue. HEX triplet: 06, 85 and EA. RGB value is (6,133,234). Sum of RGB (Red+Green+Blue) = 6+133+234=373 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.61% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #0685EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0685EA is #F97A15. Grayscale: #6A6A6A. Windows color (decimal): -16349718 or 15369478. OLE color: 15369478.

HSL color Cylindrical-coordinate representation of color #0685EA: hue angle of 206.58º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0685EA is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 133 234 -
CMYK 0.97 0.43 0 0.08
HSL 206.58º 0.95% 0.47% -
HSV(B) 206.58º 0.97% 0.92% -
XYZ 23.31 22.75 81.01 -
YUV 106.54 199.92 56.29 -
System Red Green Blue C M Y K H S L
Decimal 6 133 234 0.97 0.43 0 0.08 206.58 0.95 0.47
Hex 6 85 EA 61 2B 0 8 CF 5F 2F
Octal 6 205 352 141 53 0 10 317 137 57
Binary 110 10000101 11101010 1100001 101011 0 1000 11001111 1011111 101111

Color Harmonies of #0685EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0685EA

Black with #0685EA

Text Example


Text Example

White with #0685EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0685EA; }

 p { color: rgb(6,133,234); }

 H1.HeaderClassName
 {
   color: #0685EA;
 }
 .AnyTagClassName
 {
   color: #0685EA;
 }
</style>

background-color css

<style>
 a { background-color: #0685EA; }

 a { background-color: rgb(6,133,234); }

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

border-color css

<style>
 span { border-color: #0685EA; }

 span { border-color: rgb(6,133,234); }

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