Html Css Color HEX #0680EA Dodger Blue

📋 copy color: '#0680EA'

red 6 ◦ green 128 ◦ blue 234

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

Shades of Dodger Blue #0680EA

Tints of Dodger Blue #0680EA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.78%

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

R = 1.63%
G = 34.78%
B = 63.59%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0680EA (or 0x0680EA) is known color: Dodger Blue. HEX triplet: 06, 80 and EA. RGB value is (6,128,234). Sum of RGB (Red+Green+Blue) = 6+128+234=368 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 234 (91.80% from 255 or 63.59% from 368); Max value from RGB is 234 - color contains mainly: blue. Hex color #0680EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0680EA is #F97F15. Grayscale: #676767. Windows color (decimal): -16350998 or 15368198. OLE color: 15368198.

HSL color Cylindrical-coordinate representation of color #0680EA: hue angle of 207.89º 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 #0680EA is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 128 234 -
CMYK 0.97 0.45 0 0.08
HSL 207.89º 0.95% 0.47% -
HSV(B) 207.89º 0.97% 0.92% -
XYZ 22.65 21.42 80.78 -
YUV 103.61 201.58 58.38 -
System Red Green Blue C M Y K H S L
Decimal 6 128 234 0.97 0.45 0 0.08 207.89 0.95 0.47
Hex 6 80 EA 61 2D 0 8 D0 5F 2F
Octal 6 200 352 141 55 0 10 320 137 57
Binary 110 10000000 11101010 1100001 101101 0 1000 11010000 1011111 101111

Color Harmonies of #0680EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0680EA

Black with #0680EA

Text Example


Text Example

White with #0680EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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